引起:java.lang.ClassNotFoundException:org.thymeleaf.dialect.IExpressionEnhancingDialect

时间:2017-08-20 19:47:11

标签: thymeleaf jhipster

我正在运行 jhipster 应用程序作为 JavaApplication ,但我收到了错误消息。我已尝试使用所有解决方案,但无法成功运行该应用程序。我还在jar IExpressionEnhancingDialectin中搜索了课程thymeleaf-extras-springsecurity4.2.1.2.RELEASE.jar,但无法找到它。

任何人都可以帮我这个吗?

提前致谢。

1 个答案:

答案 0 :(得分:0)

在pom文件中添加这个对我有用:

<properties>
    <thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
    <thymeleaf-layout-dialect.version>2.1.1</thymeleaf-layout-dialect.version>
</properties>

取自最受欢迎的答案: Spring Boot and Thymeleaf 3.0.0.RELEASE integration