| | |
| | | registration.excludePathPatterns("/api/login/pwdForget");
|
| | | registration.excludePathPatterns("/api/login/addRegisterAppeal");
|
| | | registration.excludePathPatterns("/api/common/**");
|
| | | registration.excludePathPatterns("/api/cj/**");
|
| | | registration.excludePathPatterns("/api/category/**");
|
| | | registration.excludePathPatterns("/api/goods/**");
|
| | | registration.excludePathPatterns("/api/pay/**");
|
| | |
| | | registration.excludePathPatterns("/api/unipay/agreeMentPayCallBack");
|
| | | registration.excludePathPatterns("/api/unipay/singlePayCallBack");
|
| | | registration.excludePathPatterns("/api/order/myScoreSet");
|
| | | registration.excludePathPatterns("/api/cj/kjRecord");
|
| | | registration.excludePathPatterns("/api/cj/kjInfo");
|
| | | registration.excludePathPatterns("/api/cj/tzInfo");
|
| | | }
|
| | |
|
| | | @Override
|