1,引入依赖
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
2,添加静态文件
3,测试
原文地址:https://www.cnblogs.com/excellencesy/p/12069067.html
时间: 2024-11-13 16:53:48
1,引入依赖
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>
2,添加静态文件
3,测试
原文地址:https://www.cnblogs.com/excellencesy/p/12069067.html