|
|
|
|
@ -39,11 +39,9 @@ public class SinmungoInOutScheduler {
|
|
|
|
|
@Transactional
|
|
|
|
|
public void sinmungoInOutScheduler() throws IOException {
|
|
|
|
|
//setinfo 테이블에서 esb에이전트 정보 조회
|
|
|
|
|
System.out.println(env.getProperty("esb.info.xmlDir.codeName"));
|
|
|
|
|
|
|
|
|
|
Optional<CpSetinfo> esbXmlDir = cpSetinfoRepository.findById(
|
|
|
|
|
CpSetinfoId.builder()
|
|
|
|
|
.codeName(env.getProperty("esb.info.xmlDir.code"))
|
|
|
|
|
.codeName(env.getProperty("esb.info.xmlDir.codeName"))
|
|
|
|
|
.groupCode(env.getProperty("esb.info.xmlDir.groupCode"))
|
|
|
|
|
.detailCode(env.getProperty("esb.info.xmlDir.detailCode"))
|
|
|
|
|
.build()
|
|
|
|
|
|