修改过滤权限路径名称.

pull/10/head
chen.ma 3 years ago
parent 5cfbe72e4a
commit e91e989447

@ -75,7 +75,7 @@ public class GlobalSecurityConfig extends WebSecurityConfigurerAdapter {
@Override @Override
public void configure(WebSecurity web) throws Exception { public void configure(WebSecurity web) throws Exception {
web.ignoring().antMatchers("/v1/cs/apps/renew/**", "/v1/cs/apps/register/**", "/v1/cs/configs/**", "/v1/cs/listener/**", "/v1/cs/alarm/list/config/**"); web.ignoring().antMatchers("/v1/cs/apps/renew/**", "/v1/cs/apps/register/**", "/v1/cs/configs/**", "/v1/cs/listener/**", "/v1/cs/notify/list/config/**");
} }
} }

Loading…
Cancel
Save