我是靠谱客的博主 强健银耳汤,最近开发中收集的这篇文章主要介绍引入thymeleaf版本冲突问题The method‘s class,org.thymeleaf.spring5.SpringTemplateEngine, is available,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

引入thymeleaf版本冲突问题The method’s class,org.thymeleaf.spring5.SpringTemplateEngine, is available

在引入thymeleaf模板时遇到冲突问题:

Description:
An attempt was made to call a method that does not exist. The attempt was made from the following location:
org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafDefaultConfiguration.templateEngine(ThymeleafAutoConfiguration.java:142)
The following method did not exist:
'void org.thymeleaf.spring5.SpringTemplateEngine.setRenderHiddenMarkersBeforeCheckboxes(boolean)'
The method's class, org.thymeleaf.spring5.SpringTemplateEngine, is available from the following locations:
解决方法:
<properties>
<java.version>1.8</java.version>
<!-- 布局功能的支持程序
thymeleaf3主程序 对应 layout2以上版本
注意版本冲突问题-->
<springboot.thymeleaf.version>3.0.9.RELEASE</springboot.thymeleaf.version>
<thymeleaf-layout-dialect.version>2.3.0</thymeleaf-layout-dialect.version>
</properties>

注意,这里引入的是springboot.thymeleaf.version。

最后

以上就是强健银耳汤为你收集整理的引入thymeleaf版本冲突问题The method‘s class,org.thymeleaf.spring5.SpringTemplateEngine, is available的全部内容,希望文章能够帮你解决引入thymeleaf版本冲突问题The method‘s class,org.thymeleaf.spring5.SpringTemplateEngine, is available所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(37)

评论列表共有 0 条评论

立即
投稿
返回
顶部