在Spring Boot中,可以通过配置application.properties或application.yml文件来配置虚拟路
在Spring Boot中,可以通过配置application.properties
或application.yml
文件来配置虚拟路径。
application.properties
文件中配置虚拟路径:spring.mvc.static-path-pattern=/resources/**
spring.resources.static-locations=classpath:/static/
这样配置后,所有以/resources/
开头的URL都会被映射到classpath:/static/
目录下的资源。
application.yml
文件中配置虚拟路径:spring:
mvc:
static-path-pattern: /resources/**
resources:
static-locations: classpath:/static/
这样配置后,所有以/resources/
开头的URL都会被映射到classpath:/static/
目录下的资源。
注意:以上配置均以/resources/
为虚拟路径示例,可以根据实际需要修改为其他的路径。
--结束END--
本文标题: springboot虚拟路径怎么配置
本文链接: https://lsjlt.com/news/570906.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0