refactor: ShinhanMciSender 위치를 axhub-tool-core 어댑터 레이어로 이동
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
package io.shinhanlife.axhub.common.integration.mci.sender;
|
package io.shinhanlife.axhub.biz.mcp.adapter.sender;
|
||||||
|
|
||||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||||
import io.shinhanlife.axhub.common.integration.mci.config.ShinhanIntegrationProperties;
|
import io.shinhanlife.axhub.common.integration.mci.config.ShinhanIntegrationProperties;
|
||||||
@@ -16,7 +16,7 @@ import java.util.UUID;
|
|||||||
import java.util.concurrent.atomic.AtomicInteger;
|
import java.util.concurrent.atomic.AtomicInteger;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package io.shinhanlife.axhub.common.integration.mci.sender
|
* @package io.shinhanlife.axhub.biz.mcp.adapter.sender
|
||||||
* @className ShinhanMciSender
|
* @className ShinhanMciSender
|
||||||
* @description AX HUB 시스템 처리 클래스
|
* @description AX HUB 시스템 처리 클래스
|
||||||
* @author 김형식
|
* @author 김형식
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package io.shinhanlife.axhub.common.integration.mci;
|
package io.shinhanlife.axhub.biz.mcp.adapter.sender;
|
||||||
|
|
||||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||||
import io.shinhanlife.axhub.common.integration.mci.dto.MciRequestWrapper;
|
import io.shinhanlife.axhub.common.integration.mci.dto.MciRequestWrapper;
|
||||||
@@ -9,7 +9,7 @@ import org.junit.jupiter.api.Test;
|
|||||||
import static org.assertj.core.api.Assertions.assertThat;
|
import static org.assertj.core.api.Assertions.assertThat;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @package io.shinhanlife.axhub.common.integration.mci
|
* @package io.shinhanlife.axhub.biz.mcp.adapter.sender
|
||||||
* @className ShinhanMciSenderTest
|
* @className ShinhanMciSenderTest
|
||||||
* @description AX HUB 시스템 처리 클래스
|
* @description AX HUB 시스템 처리 클래스
|
||||||
* @author 김형식
|
* @author 김형식
|
||||||
Reference in New Issue
Block a user