Junjie
2024-09-03 01caa61052be94abef9d84f63f97ea427cd1e043
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/common/security/SecurityConfig.java
@@ -35,6 +35,7 @@
            "/api/auth/host",
            "/test/**",
            "/api/login",
            "/api/auth/host",
            "/druid/**",
            "/swagger-ui.html",
            "/swagger-resources/**",
@@ -42,7 +43,11 @@
            "/v2/api-docs",
            "/v3/api-docs",
            "/swagger-ui/**",
            "/ws/**"
            "/ws/**",
            "/openapi/**",
            "/views/**",
            "/static/**",
            "/monitor/**"
    };
    @Resource