Spring Boot整合之模板引擎(Thymeleaf、Freemarker、jsp)

1. Thymeleaf模板 1.1 在pom.xml中添加Thymeleaf依賴 <!--使用thymeleaf標籤--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 1.2
相關文章
相關標籤/搜索