|
|
@ -90,6 +90,10 @@ 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("/coupon/getCouponList") |
|
|
|
|
|
|
|
.excludePathPatterns("/coupon/getCouponById") |
|
|
|
|
|
|
|
.excludePathPatterns("/highMerchantStore/getMerchantStoreById") |
|
|
|
|
|
|
|
.excludePathPatterns("/highMerchantStore/getStoreListByCoupon") |
|
|
|
; |
|
|
|
; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|