Skip to content

mustang2247/thymeleaf-study

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thymeleaf 的学习笔记

此代码库主要记录本个学习Thymeleaf的学习步骤与思路。

  • Thymeleaf 的HelloWorld级别的例子
  • 简单介绍Thymeleaf的工作流程
  • 使用spring.thymeleaf.cache=false的方式让静态资源热部署;
  • 使用devtools插件让静态资源和java文件热部署。

Thymeleaf 之 初步使用

  1. 非表单数据显示(字符串拼接)
  2. 表单数据显示
  3. 三目运算
  4. if判断
  5. switch选择及case应用
  6. each循环(循环中状态对象的各属性)

Thymeleaf 之 页面模板应用

Thymeleaf 之 内置对象、定义变量、URL参数及标签自定义属性

About

Thymeleaf 学习之路

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 36.3%
  • Java 35.5%
  • JavaScript 28.2%