thymeleaf
大溪流
千里之行,始于足下。
展开
-
springboot集成thymeleaf及thymeleaf 模板布局
1、在项目中添加pom.xml中依赖或在创建项目时根据创建指导选择thymeleaf的模板引擎 <!-- thymeleaf 模板引擎 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-st...原创 2019-06-26 19:21:13 · 1105 阅读 · 0 评论 -
springboot中 thymeleaf 的基础用法
上一节上已经讲了springboot 与 thymeleaf 的集成和thymeleaf的页面布局,本节将介绍thymeleaf的一些基础用法。 首先一切当然以官方文档为参考,文档地址: https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html 在使用的页面头部定义thymeleaf的命名空间 th:*。 <ht...原创 2019-07-01 00:25:20 · 256 阅读 · 0 评论