SpringBoot启动报错:
Correct the classpath of your application so that it contains a single, compatible version of org.thymeleaf.spring5.SpringTemplateEngine
经排查发现:因为thymeleaf版本为3.3.1,所以springboot应该使用1.5.10。
修改后成功。
版权声明:本文为qq_44778023原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。