|
@@ -27,7 +27,7 @@ public class ResourceServerConfig extends ResourceServerConfigurerAdapter {
|
|
|
http.authorizeRequests()
|
|
|
.antMatchers("/task/*","/v2/api-docs", "/su/**", "/student/apply", "/examRegistration/ocr", "/examOrder/paymentResult",
|
|
|
"/examOrder/notify","/examinationBasic/getInfo","/examOrder/executePayment","/examOrder/pageList",
|
|
|
- "/studentExamResult/recordSync", "/appVersionInfo/queryByPlatform","tenantApply/add","/*/api/*")
|
|
|
+ "/studentExamResult/recordSync", "/appVersionInfo/queryByPlatform","/tenantApply/add","/*/api/*")
|
|
|
.permitAll()
|
|
|
.anyRequest().authenticated().and().csrf().disable().exceptionHandling().accessDeniedHandler(baseAccessDeniedHandler)
|
|
|
.authenticationEntryPoint(baseAuthenticationEntryPoint).and();
|