opt: 固定跳过的API与文档
This commit is contained in:
BIN
doc/授权码SDK使用方式.docx
Normal file
BIN
doc/授权码SDK使用方式.docx
Normal file
Binary file not shown.
@@ -40,7 +40,9 @@ public class LicenseAutoConfiguration implements WebMvcConfigurer {
|
||||
|
||||
@Override
|
||||
public void addInterceptors(InterceptorRegistry registry) {
|
||||
registry.addInterceptor(authInterceptor).addPathPatterns("/**");
|
||||
registry.addInterceptor(authInterceptor)
|
||||
.addPathPatterns("/**")
|
||||
.excludePathPatterns("/auth/login", "/auth/code", "/auth/logout", "/auth/info");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user