簡單快速的用SpringBoot訪問靜態資源(圖片、html)

使用SpringBoot簡單快速的訪問靜態資源 首先須要記載Springboot訪問靜態資源的Jar文件 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency> 還須要在「resource
相關文章
相關標籤/搜索