标签:als mac logs 依赖 pid eem nbsp attribute pen
1.pom依赖
<!-- 引入freeMarker的依赖包. --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> </dependency>
2.配置application.properties
spring.freemarker.allow-request-override=false
spring.freemarker.cache=true
spring.freemarker.check-template-location=true
spring.freemarker.charset=UTF-8
spring.freemarker.content-type=text/html
spring.freemarker.expose-request-attributes=false
spring.freemarker.expose-session-attributes=false
spring.freemarker.expose-spring-macro-helpers=false
SpringBoot(二)-- 整合FreeMarker模板
标签:als mac logs 依赖 pid eem nbsp attribute pen
原文地址:http://www.cnblogs.com/xbq8080/p/7768744.html