xuhy
6 天以前 da35ec86396438a26a200768f8d0d1ca5458b820
applet/src/main/java/com/hollywood/applet/config/WebSecurityConfig.java
@@ -75,7 +75,7 @@
     */
    @Override
    public void configure(WebSecurity web) {
        web.ignoring().antMatchers(SwaggerAutoConfiguration.DOC_LIST);
        web.ignoring().antMatchers(Constant.DOC_LIST);
        web.ignoring().antMatchers(Constant.APPLET_AUTH_WHITELIST);
    }