SpringBoot 從零開始學習(六) 之視圖層技術整合freemarker

1.修改pom文件,添加freemarker座標: <!-- freemarker 座標 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> </dependency> 2.修改全局文件applic
相關文章
相關標籤/搜索