xiejun
2024-09-04 ac3f3629a261770f573f27e5e23f7ec19d096c2a
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();
    }
    /**