1、在templates目录下新建index.ftl文件,如下图:
2、增加组件:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-freemarker</artifactId> </dependency>
3、在resources目录下新建application.yml,freemarker默认是以.ftl结尾的,可通过配置文件的方式将其改为以html结尾的文件,如下图: