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

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/lipinganq/article/details/79309020

一.Spring Boot的web开发支持

Spring Boot提供了spring-boot-starter-web为web开发予以支持,web相关的自动配置在spring-boot-autoconfigure.jar和org.springframework.boot.autoconfigure.web下
这里写图片描述

二.Thymeleaf模板引擎

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

猜你喜欢

转载自blog.csdn.net/lipinganq/article/details/79309020