xiaoyong931011
2020-11-30 8d3af50dc891df38e694178613503fb589ede6af
src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -38,7 +38,9 @@
                .and()
                .authorizeRequests()
                .antMatchers(HttpMethod.OPTIONS, "/**").permitAll()
                .antMatchers("/loginOutCenter").permitAll()
                .antMatchers("/login").permitAll()
                .antMatchers("/registerOutCenter").permitAll()
                .antMatchers("/register").permitAll()
                .antMatchers("/swagger**/**").permitAll()
                .antMatchers("/webjars/**").permitAll()