SSO 대응

This commit is contained in:
Rinjae
2026-01-13 18:07:27 +09:00
parent e1f7446776
commit 1aa01638d4
6 changed files with 246 additions and 6 deletions
@@ -1,12 +1,11 @@
package com.eactive.eai.rms.common.startup;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.DisposableBean;
import org.springframework.beans.factory.InitializingBean;
import com.eactive.eai.rms.common.util.CommonConstants;
import com.eactive.eai.rms.env.EmsConfig;
import com.eactive.eai.rms.onl.common.service.AdapterStatusSendThreadPool;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.DisposableBean;
import org.springframework.beans.factory.InitializingBean;
public class AppInitializer implements InitializingBean, DisposableBean {