文章目录
Springboot+thymeleaf+IDEA——thymeleaf 对java 8 日期格式的支持
1、#dates 函数不支持java 的日期格式
使用 #dates 去格式化java 的日期时,会抛出如下错误
原因是因为 #dates 的format 函数不支持 java 日期格式
[THYMELEAF][http-nio-9253-exec-1] Exception processing template "index": An error happened during template parsing (template: "class path resource [templates/index.html]")
org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [templates/index.html]")
at org.thymeleaf.templateparser.markup.AbstractMarkupTemplateParser.parse(AbstractMarkupTemplateParser.java:241) ~[thymeleaf-3.0.11.RELE