2020
10-10
10-10
Spring Boot如何整合FreeMarker模板引擎
POM<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-freemarker</artifactId></dependency>项目结构src/+-main/+-java/|+-com|+-controller/||+-IndexController.class|+-Application.class+-resources/...
继续阅读 >