spring boot 中与thymeleaf的报错

spring boot中与thymeleaf中的一种报错如下:

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

这个问题的出现是因为版本和引入的问题,我原本的引入如下:

3.0.9.RELEASE
2.2.2

在springboot2.0以上是不可以这样写的,正确的如下:

3.0.9.RELEASE
2.2.2

希望对你们有所帮助吧

你可能感兴趣的:(spring boot 中与thymeleaf的报错)