springboot访问静态资源 整合thymeleaf总结

首先要引入thymeleaf依赖:     <dependency>             <groupId>org.springframework.boot</groupId>             <artifactId>spring-boot-starter-thymeleaf</artifactId>         </dependency> Spring Boot的默认静态资源的路
相关文章
相关标签/搜索