springboot从2.0.6 升级 到2.2.6,启动报错。
The following method did not exist:
org.thymeleaf.spring5.SpringTemplateEngine.setRenderHiddenMarkersBeforeCheckboxes(Z)V
The method's class, org.thymeleaf.spring5.SpringTemplateEngine, is available from the following locations:
jar:file:/D:/JavaIDE/maven/maven-repository/org/thymeleaf/thymeleaf-spring5/3.0.9.RELEASE/thymeleaf-spring5-3.0.9.RELEASE.jar!
原因查找:
<!-- 模板引擎相关 -->
<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
此处定义了版本号。
解决:注释掉。