SpringBoot集成freemaker(一)pom.xml准备(二)模板准备(三)controller(四)application.properties(五)SpringBoot的应用器
(一)pom.xml准备<parent> <artifactId>springboot_parent</artifactId> <groupId>cn.lzj.springboot</groupId> <version>1.0-SNAPSHOT</version>