Springboot整合freemarker

1.在springboot项目的pom.xml 中加入freemarker的依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> </dependency> 2.在application.propertie
相关文章
相关标签/搜索