欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

spring boot集成thymeleaf

程序员文章站 2022-04-23 15:51:14
...
<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
2.![在这里插入图片描述](https://img-blog.csdnimg.cn/20191218134249116.png)
类路径下创建templates包
相关标签: java