spring boot模板引擎

2017-07-14  本文已影响44人  逗比punk

web应用开发-模板引擎
spring boot的web应用开发,是基于spring mvc
Spring boot 在spring默认基础上,自动配置添加了以下特性:

模板引擎的选择
FreeMarker Demo
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>
Thymeleaf Demo
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
上一篇 下一篇

猜你喜欢

热点阅读