ludc
2024-11-19 03e9924452d0e7068609378c1d91dc0916c21a98
Source/plt-web/plt-web-parent/plt-web-base/src/main/java/com/vci/starter/web/autoconfigure/SpringMVCConfig.java
@@ -114,6 +114,15 @@
    }
    /**
     * 安全相关的拦截器
     * @return 安全相关的拦截器
     */
    @Bean
    public VciSecurityInterceptor vciSecurityInterceptor(){
        return new VciSecurityInterceptor();
    }
    /**
     * 增加PUT和DELETE的支持
     * @return 过滤器
     */
@@ -270,14 +279,6 @@
        return new VciLocaleInterceptor();
    }
    /**
     * 安全相关的拦截器
     * @return 安全相关的拦截器
     */
    @Bean
    public VciSecurityInterceptor vciSecurityInterceptor(){
        return new VciSecurityInterceptor();
    }
    /**