SpringBoot整合Thymeleaf

SpringBoot整合Thymeleaf

图片来自尚学堂。

  1. 可以直接在Spring Initializer中选择Thymeleaf来创建项目

  2. 创建Maven项目,导入坐标

    <!--        thymeleaf坐标-->
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-thymeleaf</artifactId>
    </dependency>
    
    关于版本问题

    thymeleaf的版本要调整好。

    所以要引入thymeleaf和thymeleaf layout的依赖(似乎也可以不引入)

  3. 存放资源的目录

    • 静态资源(html,css,js,image)等等都在stastic目录下
    • thymeleaf的网页资源,默认在templates目录下。
  4. 在thymeleaf中添加

    xmlns:th="http://www.thymeleaf.org"
    

    就可以使用thymeleaf了。

1.3 Thymeleaf 字符串输出
th:text
在页面中输出值
th:value
相当于input中的value
1.4 Thymeleaf 字符串判断

在这里插入图片描述

1.5 Thymeleaf日期格式化处理

在这里插入图片描述

1.6 Thymeleaf条件判断
  1. th:if

在这里插入图片描述

  1. th:switch

在这里插入图片描述

在这里插入图片描述

1.7 Thymeleaf循环
  1. th:each

在这里插入图片描述

  1. th:each状态变量

在这里插入图片描述

1.8 Thymeleaf域对象操作
  1. HttpServletRequest

在这里插入图片描述

  1. HttpSession

在这里插入图片描述

  1. ServletContext

在这里插入图片描述

1.9 Thymeleaf路径问题
  1. 绝对路径
    在这里插入图片描述

  2. 相对路径

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值