IDEAl pom导入spring-boot-starter-thymeleaf 依赖报错

IDEAl pom导入spring-boot-starter-thymeleaf 依赖报错

一:引入thymeleaf

     
        org.springframework.boot
        spring-boot-starter-thymeleaf
     

二:切换thymeleaf版本(一定要注意版本)

 
     1.8
     3.0.3.RELEASE
    布局功能的支持程序 thymeleaf3主程序 layout2以上版本
     2.2.2

三:注意属性的版本号也会影响下载

 
    org.springframework.boot
    spring-boot-starter-parent
    1.5.10.RELEASE
     
 

你可能感兴趣的:(Springboot)