webjars localhost:8080/webjars/
public,static,/**,resources localhost:8080/
resources>static(默认)>public
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-java8time</artifactId>
</dependency>
原文:https://www.cnblogs.com/keacua/p/15227378.html