spring-boot java.lang.ClassNotFoundException: org.thymeleaf.spring5.ISpringTemplateEngine
spring-boot
spring-projects/spring-boot: 是一个用于简化Spring应用开发的框架。适合用于需要快速开发企业级Java应用的项目。特点是可以提供自动配置、独立运行和内置的Tomcat服务器,简化Spring应用的构建和部署。
项目地址:https://gitcode.com/gh_mirrors/sp/spring-boot
免费下载资源
·
最近在学习spring-boot的时候,按照spring in action的第21章,搭建项目的时候,遇到了这个错误:
java.lang.ClassNotFoundException: org.thymeleaf.spring5.ISpringTemplateEngine
检查发现,粗心引入了错误的依赖,正确的依赖是(我用的spring 5):
compile group: 'org.thymeleaf', name: 'thymeleaf-spring5', version: '3.0.9.RELEASE'
我引入的依赖是:
compile group: 'org.thymeleaf', name: 'thymeleaf', version: '3.0.9.RELEASE'
看书是还需要认真一点。
GitHub 加速计划 / sp / spring-boot
73.97 K
40.4 K
下载
spring-projects/spring-boot: 是一个用于简化Spring应用开发的框架。适合用于需要快速开发企业级Java应用的项目。特点是可以提供自动配置、独立运行和内置的Tomcat服务器,简化Spring应用的构建和部署。
最近提交(Master分支:1 个月前 )
fdf24c6c
Closes gh-42976
3 天前
3c42ba8c
* pr/42974:
Fix copyright year of updated file
Polish
Closes gh-42974
3 天前
更多推荐
已为社区贡献1条内容
所有评论(0)