freemarker的使用https://blog.csdn.net/kxj19980524/article/details/86091602
在springbootpom文件中引入freemarker模块
<!--freemarker模块-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>