xiaoyong931011
2022-06-24 16faa2ef92851e1b42c18c00e0ffdc9898cf3c36
src/main/java/com/xcong/farmer/cms/configurations/security/WebSecurityConfig.java
@@ -39,6 +39,7 @@
                .authorizeRequests()
                .antMatchers(HttpMethod.OPTIONS, "/**").permitAll()
                .antMatchers("/login").permitAll()
                .antMatchers("/html").permitAll()
                .antMatchers("/swagger**/**").permitAll()
                .antMatchers("/webjars/**").permitAll()
                .antMatchers("/v2/**").permitAll()