Monica视频监控处理程序
xc
2021-04-26 e2863e5ef1da5c89c84bf5ce139fc05b90429e10
src/main/java/com/hbbh/adapter/config/Swagger2Conf.java
@@ -41,7 +41,7 @@
        registry.addResourceHandler("/**").addResourceLocations(
                "classpath:/static/");
        registry.addResourceHandler("swagger-ui.html").addResourceLocations(
                "classpath:/META-INF/resources/public/");
                "classpath:/META-INF/resources/");
        registry.addResourceHandler("/webjars/**").addResourceLocations(
                "classpath:/META-INF/resources/webjars/");
        super.addResourceHandlers(registry);