java springboot配置thymeleaf模板引擎
依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
来源:oschina
链接:https://my.oschina.net/shenGuangYue/blog/4267650