会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
阿布都日
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
thymeleaf
语法规则
摘要://引入命名空间 xmlns:th="http://www.thymeleaf.org" //用th:<prop>替换<prop>属性的值 <h4 th:text="${hello}" ></h4> 1 Fragment inclusion th:insert th:replace 2 Fragme
阅读全文
posted @
2020-07-25 11:41
阿布都日
阅读(209)
评论(0)
推荐(0)
tymeleaf添加到springboot
摘要:<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
阅读全文
posted @
2020-07-25 11:02
阿布都日
阅读(94)
评论(0)
推荐(0)
公告