|
@@ -115,7 +115,6 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers("/*/api-docs").anonymous()
|
|
|
.antMatchers("/druid/**").anonymous()
|
|
|
.antMatchers("/api/**").anonymous()
|
|
|
- .antMatchers("/ccb/**").anonymous()
|
|
|
// 除上面外的所有请求全部需要鉴权认证
|
|
|
.anyRequest().authenticated()
|
|
|
.and()
|