在整合Spring Boot和Thymeleaf时,需要确保它们的版本兼容。以下是一些建议的版本组合:
-
Spring Boot 2.5.x 和 Thymeleaf 3.0.x 在
pom.xml
文件中添加以下依赖:org.springframework.boot spring-boot-starter-thymeleaf org.thymeleaf thymeleaf 3.0.12.RELEASE org.thymeleaf thymeleaf-spring5 3.0.12.RELEASE -
Spring Boot 2.4.x 和 Thymeleaf 3.0.x 在
pom.xml
文件中添加以下依赖:org.springframework.boot spring-boot-starter-thymeleaf org.thymeleaf thymeleaf 3.0.11.RELEASE org.thymeleaf thymeleaf-spring5 3.0.11.RELEASE -
Spring Boot 2.3.x 和 Thymeleaf 3.0.x 在
pom.xml
文件中添加以下依赖:org.springframework.boot spring-boot-starter-thymeleaf org.thymeleaf thymeleaf 3.0.11.RELEASE org.thymeleaf thymeleaf-spring5 3.0.11.RELEASE -
Spring Boot 2.2.x 和 Thymeleaf 3.0.x 在
pom.xml
文件中添加以下依赖:org.springframework.boot spring-boot-starter-thymeleaf org.thymeleaf thymeleaf 3.0.11.RELEASE org.thymeleaf thymeleaf-spring5 3.0.11.RELEASE
请注意,这些版本组合是基于我的知识截止日期的,可能会随着时间的推移而发生变化。建议查看官方文档或者在Stack Overflow等社区寻求最新的兼容性信息。