Skip to content
Snippets Groups Projects

Beautify fault.html

Merged Yulong Wang requested to merge wyl into main
5 files
+ 59
8
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -13,9 +13,7 @@ public class WebMvcConfiguration implements WebMvcConfigurer {
*/
public void addResourceHandlers(ResourceHandlerRegistry registry) {
registry.addResourceHandler("/*.html")
.addResourceLocations("classpath:/static/html/")
.addResourceLocations("/*.img")
.addResourceLocations("classpath:/static/img/");
.addResourceLocations("classpath:/static/html/");
}
}
Loading