diff --git a/lib/state-spring-boot-starter-1.0.3.jar b/lib/state-spring-boot-starter-1.0.3.jar deleted file mode 100644 index 4f5a7df..0000000 Binary files a/lib/state-spring-boot-starter-1.0.3.jar and /dev/null differ diff --git a/pom.xml b/pom.xml index 7b6d749..ac2922d 100644 --- a/pom.xml +++ b/pom.xml @@ -40,9 +40,9 @@ kr.gmt.so state-spring-boot-starter - 1.0.3 + 1.0.5 system - ${basedir}/lib/state-spring-boot-starter-1.0.3.jar + ${basedir}/lib/state-spring-boot-starter-1.0.5.jar diff --git a/src/main/java/kr/gmtc/gw/eyegw/controller/MainController.java b/src/main/java/kr/gmtc/gw/eyegw/controller/MainController.java index c75bfee..5abe8d9 100644 --- a/src/main/java/kr/gmtc/gw/eyegw/controller/MainController.java +++ b/src/main/java/kr/gmtc/gw/eyegw/controller/MainController.java @@ -113,11 +113,11 @@ public class MainController implements ApplicationListener { // 업무 스래드(프로시저 호출) listCustomThreads = new ArrayList(); - listCustomThreads.add(new CustomThread("callThread_ArtsArr", this, procCallInterval, this::callThread_ArtsArr, null, false)); - listCustomThreads.add(new CustomThread("callThread_ArtsDep", this, procCallInterval, this::callThread_ArtsDep, null, false)); + listCustomThreads.add(new CustomThread("callThread_Gam", this, procCallInterval, this::callThread_Gam, null, false)); listCustomThreads.add(new CustomThread("callThread_AcdmArr", this, procCallInterval, this::callThread_AcdmArr, null, false)); listCustomThreads.add(new CustomThread("callThread_AcdmDep", this, procCallInterval, this::callThread_AcdmDep, null, false)); - listCustomThreads.add(new CustomThread("callThread_Gam", this, procCallInterval, this::callThread_Gam, null, false)); + listCustomThreads.add(new CustomThread("callThread_ArtsArr", this, procCallInterval, this::callThread_ArtsArr, null, false)); + listCustomThreads.add(new CustomThread("callThread_ArtsDep", this, procCallInterval, this::callThread_ArtsDep, null, false)); listCustomThreads.add(new CustomThread("callThread_Amos", this, procCallInterval, this::callThread_Amos, null, false)); listCustomThreads.add(new CustomThread("callThread_Notam", this, procCallInterval, this::callThread_Notam, null, false)); diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index abe4dc2..f391467 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -27,7 +27,7 @@ database: state: # 공통코드 CT001의 코드 6자리 - id: LK0302 # IFToDB + id: LK0309 # IFToDB # 1:Primary, 2:Secondary type: Primary diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index 793fff1..9455c2c 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -101,16 +101,17 @@ - + -