mirror of https://github.com/jeecgboot/jeecg-boot
jeecg.path.webapp配置无效 issues/3126
parent
09a63610cf
commit
8bae42049c
|
@ -41,7 +41,10 @@ public class WebMvcConfiguration implements WebMvcConfigurer {
|
||||||
@Override
|
@Override
|
||||||
public void addResourceHandlers(ResourceHandlerRegistry registry) {
|
public void addResourceHandlers(ResourceHandlerRegistry registry) {
|
||||||
registry.addResourceHandler("/**")
|
registry.addResourceHandler("/**")
|
||||||
.addResourceLocations("file:" + upLoadPath + "//", "file:" + webAppPath + "//")
|
//update-begin-author:taoyan date:20211116 for: jeecg.path.webapp配置无效 #3126
|
||||||
|
.addResourceLocations("file:" + upLoadPath + "//")
|
||||||
|
.addResourceLocations("file:" + webAppPath + "//")
|
||||||
|
//update-end-author:taoyan date:20211116 for: jeecg.path.webapp配置无效 #3126
|
||||||
.addResourceLocations(staticLocations.split(","));
|
.addResourceLocations(staticLocations.split(","));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue