Spring Boot的web开发(一) - Thymeleaf模板引擎

一.Spring Boot的web开发支持

Spring Boot提供了spring-boot-starter-web为web开发予以支持,web相关的自动配置在spring-boot-autoconfigure.jar和org.springframework.boot.autoconfigure.web下
Spring Boot的web开发(一) - Thymeleaf模板引擎

二.Thymeleaf模板引擎

Spring Boot提供了大量的模板引擎,包括FreeMarker、Groovy|、Thymeleaf、Velocity等,Spring Boot推荐使用Thymeleaf作为模板引擎,因为Thymeleaf提供了完美的Spring MVC支持