首页>代码>基于SpringBoot+SpringBoot Data Jpa+Mysql的自适应摄影管理系统>/Shoot/src/main/java/com/java214/config/ResourceConfig.java
package com.java214.config; import com.java214.utils.Constants; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.*; /*** *@author java214 *@site www.java214.com *@company 一帆风顺网络科技有限公司 *@create 2019-11-30 21:05 * * * * */ @Configuration @ComponentScan(basePackages = { "com.java214"}) public class ResourceConfig implements WebMvcConfigurer { /** * 配置静态资源,这个必须放在aresources下的static中。注释这个,就可以用webapp下的静态资源 * @param registry */ @Override public void addResourceHandlers(ResourceHandlerRegistry registry) { //静态资源 registry.addResourceHandler("/static/**").addResourceLocations("classpath:/static/"); //图片地址 registry.addResourceHandler(Constants.RESOURCE_PREFIX + "/**").addResourceLocations("file:" + TYFConfig.getProfile() + "/"); } }
最近下载更多
TY0165 LV20
6月16日
molu123456
6月4日
暂无贡献等级
朱朱啊哈 LV16
4月8日
wanglinddad LV55
3月13日
2781674049 LV1
3月5日
akkye_7 LV1
1月8日
lilong007 LV22
2023年12月30日
逝水莲花 LV7
2023年12月1日
2410068425 LV23
2023年11月27日
wuying8208 LV15
2023年11月25日
最近浏览更多
yimaoermao LV1
9月14日
微信网友_7163234610401280
9月11日
暂无贡献等级
Iterman LV2
8月16日
xtm123 LV18
8月12日
TY0165 LV20
6月16日
develop LV10
6月2日
f22m1a2b2 LV17
5月31日
hanyuelinmumu LV3
5月17日
sink122406 LV12
5月16日
kenhomeliu LV29
4月30日