health check 추가

This commit is contained in:
USER
2022-09-05 16:03:26 +09:00
parent 0360eff3b6
commit 5591a1a1aa
3 changed files with 25 additions and 2 deletions

View File

@@ -58,7 +58,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
"/v3/api-docs/**",
"/",
"/socket/**",
"/api/v1/bo/sendNumMgt/filedownload"
"/api/v1/bo/sendNumMgt/filedownload"
,"/common/healthChk"
};
private static final String[] AUTH_URL_ARRAY = {