Correct the classpath of your application so that it contains a single, compatible version of org.th

Correct the classpath of your application so that it contains a single, compatible version of org.thymeleaf.spring5.SpringTemplateEngine报错

 

项目里依赖了thymeleaf 

     

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

然后更换版本的时候,启动报错, 

3.0.9.RELEASE
   
   
   2.2.2

 

可能是版本不兼容吧,可以不换版本,也可以改成下面这样

3.0.11.RELEASE

 

 

你可能感兴趣的:(Correct the classpath of your application so that it contains a single, compatible version of org.th)