在Spirng Boot中使用freemarker

1.pom文件添加spring-boot-starter-freemarker依赖、


	org.springframework.boot
	spring-boot-starter-freemarker

2.默认的freemarker的模板文件在classpath:templates目录下(FreeMarkerProperties)

3.配置属性请查看 org.springframework.boot.autoconfigure.freemarker.FreeMarkerProperties
 

你可能感兴趣的:(Spring,Boot)