[SpringBoot] SpringBoot与thymeleaf版本冲突问题

pom.xml里标注的“-spring5” 千万不能丢,否则会报错“springboot cannot resolve MVC view”

1     <properties>
2         <java.version>1.8</java.version>
3         <thymeleaf-spring5.version>3.0.2.RELEASE</thymeleaf-spring5.version>
4         <thymeleaf-layout-dialect.version>2.3.0</thymeleaf-layout-dialect.version>
5     </properties>

 

posted on 2020-03-15 15:04  羽昇  阅读(2429)  评论(0)    收藏  举报

导航