提交 0f24396c 编写于 作者: H hml

Merge remote-tracking branch 'origin/master'

...@@ -9,6 +9,6 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; ...@@ -9,6 +9,6 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
public class MyPicConfig implements WebMvcConfigurer { public class MyPicConfig implements WebMvcConfigurer {
@Override @Override
public void addResourceHandlers(ResourceHandlerRegistry registry) { public void addResourceHandlers(ResourceHandlerRegistry registry) {
registry.addResourceHandler("/img/**").addResourceLocations("file:C:\\Users\\w10\\Desktop\\digitalsignature\\img/"); registry.addResourceHandler("/img/**").addResourceLocations("file:C:\\Users\\10908\\Desktop\\digitalsignature\\img/");
} }
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册