<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>
# FreeMarker
spring:
freemarker:
cache: false
checkTemplateLocation: true
contentType: text/html
suffix: .html
templateEncoding: UTF-8
templateLoaderPath: classpath:templates