Commit 90bc34d7 by fengshuonan

修复一处错误

parent e985c824
......@@ -68,10 +68,10 @@ public class WebConfig implements WebMvcConfigurer {
//swagger
registry.addResourceHandler("swagger-ui.html").addResourceLocations("classpath:/META-INF/resources/");
registry.addResourceHandler("/webjars/**").addResourceLocations("classpath:/META-INF/resources/webjars/");
//本应用
registry.addResourceHandler("/assets/**").addResourceLocations("classpath:/assets/");
}
//本应用
registry.addResourceHandler("/assets/**").addResourceLocations("classpath:/assets/");
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment