我今天在修改thymeleaf版本时出现下图的错误:

修改thymeleaf版本出现错误java.lang.ClassNotFoundException: org.thymeleaf.dom.Attribute

我修改thymeleaf版本的代码为下图所示:

修改thymeleaf版本出现错误java.lang.ClassNotFoundException: org.thymeleaf.dom.Attribute

我找了好久,最后发现是要改成和下图的代码一样:

修改thymeleaf版本出现错误java.lang.ClassNotFoundException: org.thymeleaf.dom.Attribute

因为我的版本是最新的,所以配置时要把thymeleaf.version,改成thymeleaf.spring5

相关文章:

  • 2021-11-18
  • 2021-05-02
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2021-07-09
  • 2021-05-31
  • 2021-10-26
猜你喜欢
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2021-08-17
相关资源
相似解决方案