1
This commit is contained in:
@@ -114,6 +114,8 @@ public class SecurityConfig
|
||||
requests.antMatchers("/login", "/register", "/captchaImage").permitAll()
|
||||
// 公开接口,允许匿名访问
|
||||
.antMatchers("/public/**").permitAll()
|
||||
// 开放页面接口(京东等),允许匿名访问
|
||||
.antMatchers("/open/**").permitAll()
|
||||
// 腾讯文档OAuth回调接口,允许匿名访问
|
||||
.antMatchers("/jarvis/tendoc/oauth/callback").permitAll()
|
||||
// 腾讯文档OAuth回调接口(备用路径),允许匿名访问
|
||||
|
||||
Reference in New Issue
Block a user