공지사항 신규 개발

This commit is contained in:
kimjhjjang
2022-11-01 13:23:58 +09:00
parent c916d16a46
commit d1d62c76c8
57 changed files with 3721 additions and 319 deletions

View File

@@ -58,8 +58,9 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/v3/api-docs/**",
"/",
"/socket/**",
"/api/v1/bo/sendNumMgt/filedownload"
,"/common/healthChk"
"/api/v1/bo/sendNumMgt/filedownload",
"/api/v1/bo/homeMgt/filedownload",
"/common/healthChk"
};
private static final String[] AUTH_URL_ARRAY = {
@@ -72,6 +73,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/api/v1/bo/mntrng/**",
"/api/v1/bo/riskMgt/sendNum/**",
"/api/v1/bo/stats/**",
"/api/v1/bo/homeMgt/**",
"/view/error/**"
};