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


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

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

 

后来发现是

<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>
<!--布局功能支持 -->
<thymeleaf-layout-dialect.version>2.2.2</thymeleaf-layout-dialect.version>

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

日常记录



免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



猜您在找 java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafDefaultConfiguration.templateEngine springboot启动报Error processing condition on org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration Spring Cloud 报错:Error processing condition on org.springframework.boot.autoconfigure.freemarker.FreeMarkerServletWebConfiguration.freeMarkerConfigurer java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration.propertySourcesPlaceholderConfigurer springboot 配置jpa启动报Error processing condition on org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration.pageableCustomizer java.lang.IllegalStateException: Error processing condition on org.springframework.boot.autoconfigur Error creating bean with name 'persistenceExceptionTranslationPostProcessor' defined in class path resource [org/springframework/boot/autoconfigure/dao/PersistenceExceptionTranslationAutoConfiguration Springboot:Cannot resolve org.springframework.boot:spring-boot-autoconfigure:2.6.2 Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]: Invocation of init method fail idea运行springboot项目报错Error:(4, 46) java: 程序包org.springframework.boot.autoconfigure不存在的解决方法
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM