# thymeleaf-study **Repository Path**: senrian/thymeleaf-study ## Basic Information - **Project Name**: thymeleaf-study - **Description**: Thymeleaf 学习之路 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Thymeleaf 的学习笔记 此代码库主要记录本个学习Thymeleaf的学习步骤与思路。 ### [study01](http://www.zslin.com/web/article/detail/25) + Thymeleaf 的HelloWorld级别的例子 + 简单介绍Thymeleaf的工作流程 ### [study02](http://www.zslin.com/web/article/detail/26) + 使用`spring.thymeleaf.cache=false`的方式让静态资源热部署; + 使用`devtools`插件让静态资源和`java`文件热部署。 ### [study03](http://www.zslin.com/web/article/detail/31) Thymeleaf 之 初步使用 1. 非表单数据显示(字符串拼接) 2. 表单数据显示 3. 三目运算 4. if判断 5. switch选择及case应用 6. each循环(循环中状态对象的各属性) ### [study04](http://www.zslin.com/web/article/detail/32) Thymeleaf 之 页面模板应用 ### [study05](http://www.zslin.com/web/article/detail/33) Thymeleaf 之 内置对象、定义变量、URL参数及标签自定义属性