随笔分类 -  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)
摘要:<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 阅读全文
posted @ 2020-07-25 11:02 阿布都日 阅读(94) 评论(0) 推荐(0)