main
MonHun 2024-04-27 17:09:19 +09:00
parent d63e4d0c7e
commit 33db750355
5 changed files with 10 additions and 9 deletions

View File

@ -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>

View File

@ -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));

View File

@ -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

View File

@ -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"/>