SpringBoot访问静态资源

添加依赖web <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 在resources/static下存放图片,或者在resource
相关文章
相关标签/搜索