1. 第一是 thymeleaf 的使用

  • th:attr 设置属性值
  • https://blog.csdn.net/sun_jy2011/article/details/40215423
  • th 标签的一些使用
  • https://segmentfault.com/a/1190000009903821
  • th:if th:text th:value th:selected 等等

    Register
    
                             Sign in
                              Log out
                              
    
                                Info
                              >
    
                               后台
    
                               后台
                              Log out
  • thymeleaf 下拉回显选中

  1. thymelaf 的 循环迭代


3thymeleaf 的 安装 很简单 导入maven 并且在 application.配置文件中进行配置

spring.thymeleaf.mode=LEGACYHTML5
spring.thymeleaf.cache=false
spring.thymeleaf.prefix=/WEB-INF/
spring.thymeleaf.suffix=.html

maven文件



org.springframework.boot
spring-boot-starter-thymeleaf



net.sourceforge.nekohtml
nekohtml

4总结

thymeleaf 是很不错的模板 和jsp freeemaker 比较相似 但还是有不同 是springboot 推荐的模板标签。

不同之处:
https://blog.csdn.net/qq_33314107/article/details/80834894