Error processing condition on org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfigur...

在使用springboot配置thymeleaf的时候遇到这个错误

Error processing condition on org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafWebMvcConfiguration.resourceUrlEncodingFilter

 

后来发现是

3.0.9.RELEASE

2.2.2

这两个配置不符合,挺诡异的,按照springboot官方文档,thymeleaf3.0以上一定要thymeleaf-layout-dialect2.0以上我之前用的并不是这两个版本,
但也符合规定,运行就会报上面的错误,我改成上面的版本号后就正常了。。。。。。

日常记录


转载于:https://www.cnblogs.com/qunincey/p/9775039.html

你可能感兴趣的:(Error processing condition on org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfigur...)