<!--thymeleaf模板-->
<dependency>
    <groupId>org.thymeleaf</groupId>
    <artifactId>thymeleaf-spring5</artifactId>
</dependency>
<dependency>
    <groupId>org.thymeleaf.extras</groupId>
    <artifactId>thymeleaf-extras-java8time</artifactId>
</dependency>

 

相关文章:

  • 2022-03-05
  • 2022-12-23
  • 2021-06-26
  • 2022-01-15
  • 2022-01-08
  • 2021-11-26
猜你喜欢
  • 2021-12-14
  • 2021-07-15
  • 2021-09-25
  • 2021-07-23
  • 2022-01-21
相关资源
相似解决方案