win 0427
parent
d63e4d0c7e
commit
33db750355
Binary file not shown.
4
pom.xml
4
pom.xml
|
@ -40,9 +40,9 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>kr.gmt.so</groupId>
|
<groupId>kr.gmt.so</groupId>
|
||||||
<artifactId>state-spring-boot-starter</artifactId>
|
<artifactId>state-spring-boot-starter</artifactId>
|
||||||
<version>1.0.3</version>
|
<version>1.0.5</version>
|
||||||
<scope>system</scope>
|
<scope>system</scope>
|
||||||
<systemPath>${basedir}/lib/state-spring-boot-starter-1.0.3.jar</systemPath>
|
<systemPath>${basedir}/lib/state-spring-boot-starter-1.0.5.jar</systemPath>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -113,11 +113,11 @@ public class MainController implements ApplicationListener<ContextClosedEvent> {
|
||||||
// 업무 스래드(프로시저 호출)
|
// 업무 스래드(프로시저 호출)
|
||||||
listCustomThreads = new ArrayList<CustomThread>();
|
listCustomThreads = new ArrayList<CustomThread>();
|
||||||
|
|
||||||
listCustomThreads.add(new CustomThread("callThread_ArtsArr", this, procCallInterval, this::callThread_ArtsArr, null, false));
|
listCustomThreads.add(new CustomThread("callThread_Gam", this, procCallInterval, this::callThread_Gam, null, false));
|
||||||
listCustomThreads.add(new CustomThread("callThread_ArtsDep", this, procCallInterval, this::callThread_ArtsDep, null, false));
|
|
||||||
listCustomThreads.add(new CustomThread("callThread_AcdmArr", this, procCallInterval, this::callThread_AcdmArr, 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_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_Amos", this, procCallInterval, this::callThread_Amos, null, false));
|
||||||
listCustomThreads.add(new CustomThread("callThread_Notam", this, procCallInterval, this::callThread_Notam, null, false));
|
listCustomThreads.add(new CustomThread("callThread_Notam", this, procCallInterval, this::callThread_Notam, null, false));
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ database:
|
||||||
|
|
||||||
state:
|
state:
|
||||||
# 공통코드 CT001의 코드 6자리
|
# 공통코드 CT001의 코드 6자리
|
||||||
id: LK0302 # IFToDB
|
id: LK0309 # IFToDB
|
||||||
# 1:Primary, 2:Secondary
|
# 1:Primary, 2:Secondary
|
||||||
type: Primary
|
type: Primary
|
||||||
|
|
||||||
|
|
|
@ -101,16 +101,17 @@
|
||||||
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
|
<!-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -->
|
||||||
|
|
||||||
<!-- 로그 전역 세팅 -->
|
<!-- 로그 전역 세팅 -->
|
||||||
<root level="${LOG_LEVEL}">
|
<!-- <root level="${LOG_LEVEL}">
|
||||||
<appender-ref ref="CONSOLE"/>
|
<appender-ref ref="CONSOLE"/>
|
||||||
<appender-ref ref="FILE"/>
|
<appender-ref ref="FILE"/>
|
||||||
</root>
|
</root> -->
|
||||||
|
|
||||||
<!-- <logger name="kr.gmtc.gw" level="INFO">
|
<logger name="kr.gmtc.gw" level="INFO">
|
||||||
<appender-ref ref="CONSOLE"/>
|
<appender-ref ref="CONSOLE"/>
|
||||||
<appender-ref ref="FILE"/>
|
<appender-ref ref="FILE"/>
|
||||||
</logger>
|
</logger>
|
||||||
|
|
||||||
|
<!--
|
||||||
<logger name="kr.gmt.so" level="INFO">
|
<logger name="kr.gmt.so" level="INFO">
|
||||||
<appender-ref ref="CONSOLE"/>
|
<appender-ref ref="CONSOLE"/>
|
||||||
<appender-ref ref="FILE"/>
|
<appender-ref ref="FILE"/>
|
||||||
|
|
Loading…
Reference in New Issue