SpringBoot与Freemarker整合

摘要: 1.需要导入freemarker的pom文件; <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> </dependency> 阅读全文
posted @ 2023-07-12 13:32 ing88 阅读(150) 评论(0) 推荐(0)