|
|
@ -90,6 +90,7 @@ public class AuthConfig implements WebMvcConfigurer { |
|
|
|
.excludePathPatterns("/**/springfox-swagger-ui/**") |
|
|
|
.excludePathPatterns("/**/springfox-swagger-ui/**") |
|
|
|
.excludePathPatterns("/**/swagger-ui.html") |
|
|
|
.excludePathPatterns("/**/swagger-ui.html") |
|
|
|
.excludePathPatterns("/login/*") |
|
|
|
.excludePathPatterns("/login/*") |
|
|
|
|
|
|
|
.excludePathPatterns("/cqNotify/*") |
|
|
|
.excludePathPatterns("/payNotify/*") |
|
|
|
.excludePathPatterns("/payNotify/*") |
|
|
|
.excludePathPatterns("/telChargeCallback/*") |
|
|
|
.excludePathPatterns("/telChargeCallback/*") |
|
|
|
; |
|
|
|
; |
|
|
|