SpringBoot學習筆記6--整合freemarker/thymeleaf模板引擎

1.資源配置 在pom.xml文件中引入依賴 <!-- 引入 freemarker 模板依賴 -->   <dependency>    <groupId>org.springframework.boot</groupId>    <artifactId>spring-boot-starter-freemarker</artifactId>   </dependency>   <!-- 引入 th
相關文章
相關標籤/搜索