pom.xml
<!-- 引入freeMarker的依賴包. -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freeMarker</artifactId>
</dependency>
配置文件
template-loader-path: classpath:/templates/ freemarker模板所在路徑
配置文件
編寫ftl文件
ftl文件
編寫controller
controller