简单快速的用SpringBoot访问静态资源(图片、html)

使用SpringBoot简单快速的访问静态资源 首先须要记载Springboot访问静态资源的Jar文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 还须要在“resource
相关文章
相关标签/搜索