[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>

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM