springboot直接访问rescueers
时间: 2023-11-11 07:00:58 浏览: 68
SpringBoot文件访问映射如何实现
在Spring Boot中,可以通过使用静态资源处理器来直接访问rescueers。具体来说,可以在application.properties文件中添加以下配置:
```
spring.resources.static-locations=classpath:/rescueers/
```
然后,在浏览器中访问`http://localhost:8080/rescueers/`即可访问到rescueers目录下的静态资源。
阅读全文