|
@@ -39,7 +39,7 @@ public class ResourceServerConfig extends ResourceServerConfigurerAdapter {
|
|
"/eduSubject/findSubSubjects", "/eduFinancialExpenditure/batchAdd", "/eduSendNotice/*",
|
|
"/eduSubject/findSubSubjects", "/eduFinancialExpenditure/batchAdd", "/eduSendNotice/*",
|
|
"/oaContracts/*", "/eduStudent/organStudentOverView", "/activity/countCloudTeacherActive",
|
|
"/oaContracts/*", "/eduStudent/organStudentOverView", "/activity/countCloudTeacherActive",
|
|
"/activity/organDoubleEleven2021Statis", "/activity/doubleEleven2021Statis", "/questionnaireTopic/getDetail", "/questionnaireUserResult/add",
|
|
"/activity/organDoubleEleven2021Statis", "/activity/doubleEleven2021Statis", "/questionnaireTopic/getDetail", "/questionnaireUserResult/add",
|
|
- "/tenantInfo/info"
|
|
|
|
|
|
+ "/tenantInfo/info/*"
|
|
)
|
|
)
|
|
.permitAll().anyRequest().authenticated().and().httpBasic();
|
|
.permitAll().anyRequest().authenticated().and().httpBasic();
|
|
}
|
|
}
|