fix: restore Nginx 8080 port mapping for Apache and refactor MciCfpaClient
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 13m42s

This commit is contained in:
jade
2026-07-24 14:27:00 +09:00
parent 0892597c31
commit 4ed534b1d6
4 changed files with 155 additions and 22 deletions

View File

@@ -1,5 +1,7 @@
package io.shinhanlife.dap.mcc.infra.itrf.mci.cfp.a.io;
package io.shinhanlife.dap.mcc.infra.itrf.mci.cfp.a;
import io.shinhanlife.dap.mcc.infra.itrf.mci.cfp.a.io.CLCNNB00001_I;
import io.shinhanlife.dap.mcc.infra.itrf.mci.cfp.a.io.CLCNNB00001_O;
import io.shinhanlife.dap.common.integration.mci.component.AxhubMciComponent;
import io.shinhanlife.dap.mcc.dto.Onnba3011Request;
import io.shinhanlife.glow.communication.dto.Transfer;

View File

@@ -1,6 +1,6 @@
package io.shinhanlife.dap.mcc.service.impl;
import io.shinhanlife.dap.mcc.infra.itrf.mci.cfp.a.io.MciCfpaClient;
import io.shinhanlife.dap.mcc.infra.itrf.mci.cfp.a.MciCfpaClient;
import io.shinhanlife.dap.mcc.annotation.McpFunction;
import io.shinhanlife.dap.mcc.annotation.McpTool;
import io.shinhanlife.dap.mcc.service.OnnbaMciToolService;