前言
对于LocalDateTime的相关知识推荐阅读:详细分析Java中的LocalDateTime类
1. 问题所示
执行项目的时候,出现如下提示:
at java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:1949)
at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1851)
at java.time.LocalDateTime.parse(LocalDateTime.java:492)
at java.time.LocalDateTime.parse