|
.antMatchers("/login", "/register", "/captchaImage","/sendSmsCode/*","/smsLogin","/test/**", "/demo/**").permitAll()
|
|
.antMatchers("/login", "/register", "/captchaImage","/sendSmsCode/*","/smsLogin","/test/**", "/demo/**").permitAll()
|
|
// .antMatchers("/front/**","/grpc/**").permitAll()//临时测试的
|
|
// .antMatchers("/front/**","/grpc/**").permitAll()//临时测试的
|
|
.antMatchers("/qiniuyun/**", "/out/**", "/business/daily").permitAll()//文件上传相关 外部接口等
|
|
.antMatchers("/qiniuyun/**", "/out/**", "/business/daily").permitAll()//文件上传相关 外部接口等
|