chore: replace author name with employee ID 0986406
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 1s

This commit is contained in:
jade
2026-07-22 14:35:57 +09:00
parent edec314a83
commit 8d4e8fd976
215 changed files with 641 additions and 641 deletions

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg;
package io.shinhanlife.dap.mcg;
/**
* @package io.shinhanlife.dap.mcg
* @className DapGatewayApplication
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.mcg.aop;
package io.shinhanlife.dap.mcg.aop;
import lombok.extern.slf4j.Slf4j;
import org.aspectj.lang.ProceedingJoinPoint;
@@ -11,13 +11,13 @@ import org.springframework.util.StopWatch;
* @package io.shinhanlife.dap.mcg.aop
* @className GatewayLoggingAspect
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.audit;
package io.shinhanlife.dap.mcg.audit;
/**
* @package io.shinhanlife.dap.mcg.audit
* @className AuditLogService
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.config;
package io.shinhanlife.dap.mcg.config;
/**
* @package io.shinhanlife.dap.mcg.config
* @className AgentResponseBudgetProperties
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.mcg.config;
package io.shinhanlife.dap.mcg.config;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
@@ -11,13 +11,13 @@ import java.util.Map;
* @package io.shinhanlife.dap.mcg.config
* @className GatewayFallbackProperties
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.config;
package io.shinhanlife.dap.mcg.config;
/**
* @package io.shinhanlife.dap.mcg.config
* @className McpGatewayProperties
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.mcg.config;
package io.shinhanlife.dap.mcg.config;
import io.shinhanlife.dap.mcg.dto.ToolMetadata;
import org.springframework.context.annotation.Bean;
@@ -13,13 +13,13 @@ import org.springframework.data.redis.serializer.StringRedisSerializer;
* @package io.shinhanlife.dap.mcg.config
* @className RedisConfig
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,16 +1,16 @@
package io.shinhanlife.dap.mcg.dto;
package io.shinhanlife.dap.mcg.dto;
/**
* @package io.shinhanlife.dap.mcg.dto
* @className OperationType
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.mcg.dto;
package io.shinhanlife.dap.mcg.dto;
import lombok.Getter;
import lombok.Setter;
@@ -20,13 +20,13 @@ import java.util.HashSet;
* @package io.shinhanlife.dap.mcg.dto
* @className ToolMetadata
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.guardrail;
package io.shinhanlife.dap.mcg.guardrail;
/**
* @package io.shinhanlife.dap.mcg.guardrail
* @className GuardrailService
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.guardrail;
package io.shinhanlife.dap.mcg.guardrail;
/**
* @package io.shinhanlife.dap.mcg.guardrail
* @className SensitiveDataMasker
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.guardrail;
package io.shinhanlife.dap.mcg.guardrail;
/**
* @package io.shinhanlife.dap.mcg.guardrail
* @className ToolResponseGuardrailService
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.mcg.messaging;
package io.shinhanlife.dap.mcg.messaging;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
@@ -13,13 +13,13 @@ import java.util.UUID;
* @package io.shinhanlife.dap.mcg.messaging
* @className KafkaProducerService
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.presentation;
package io.shinhanlife.dap.mcg.presentation;
/**
* @package io.shinhanlife.dap.mcg.presentation
* @className ChatController
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.mcg.presentation;
package io.shinhanlife.dap.mcg.presentation;
import io.shinhanlife.dap.mcg.service.KillSwitchService;
import lombok.RequiredArgsConstructor;
@@ -11,13 +11,13 @@ import java.util.Map;
* @package io.shinhanlife.dap.mcg.presentation
* @className KillSwitchController
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.presentation;
package io.shinhanlife.dap.mcg.presentation;
/**
* @package io.shinhanlife.dap.mcg.presentation
* @className McpRouterController
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.presentation;
package io.shinhanlife.dap.mcg.presentation;
/**
* @package io.shinhanlife.dap.mcg.presentation
* @className ScaffoldingController
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.redis;
package io.shinhanlife.dap.mcg.redis;
/**
* @package io.shinhanlife.dap.mcg.redis
* @className McpMonitorEventService
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.redis;
package io.shinhanlife.dap.mcg.redis;
/**
* @package io.shinhanlife.dap.mcg.redis
* @className RedisToolTraceService
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.mcg.registry;
package io.shinhanlife.dap.mcg.registry;
import io.shinhanlife.dap.mcg.dto.ToolMetadata;
import lombok.RequiredArgsConstructor;
@@ -16,13 +16,13 @@ import java.util.Objects;
* @package io.shinhanlife.dap.mcg.registry
* @className RedisRegistryService
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.resilience;
package io.shinhanlife.dap.mcg.resilience;
/**
* @package io.shinhanlife.dap.mcg.resilience
* @className CircuitBreaker
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.resilience;
package io.shinhanlife.dap.mcg.resilience;
/**
* @package io.shinhanlife.dap.mcg.resilience
* @className CircuitBreakerMonitorController
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.resilience;
package io.shinhanlife.dap.mcg.resilience;
/**
* @package io.shinhanlife.dap.mcg.resilience
* @className CircuitBreakerService
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.resilience;
package io.shinhanlife.dap.mcg.resilience;
/**
* @package io.shinhanlife.dap.mcg.resilience
* @className CircuitBreakerSnapshot
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.resilience;
package io.shinhanlife.dap.mcg.resilience;
/**
* @package io.shinhanlife.dap.mcg.resilience
* @className CircuitBreakerState
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.resilience;
package io.shinhanlife.dap.mcg.resilience;
/**
* @package io.shinhanlife.dap.mcg.resilience
* @className FailureType
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.resilience;
package io.shinhanlife.dap.mcg.resilience;
/**
* @package io.shinhanlife.dap.mcg.resilience
* @className RetryPolicy
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.resilience;
package io.shinhanlife.dap.mcg.resilience;
/**
* @package io.shinhanlife.dap.mcg.resilience
* @className ToolExecutionException
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.security;
package io.shinhanlife.dap.mcg.security;
/**
* @package io.shinhanlife.dap.mcg.security
* @className McpRequestContext
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.security;
package io.shinhanlife.dap.mcg.security;
/**
* @package io.shinhanlife.dap.mcg.security
* @className McpRequestContextResolver
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.security;
package io.shinhanlife.dap.mcg.security;
/**
* @package io.shinhanlife.dap.mcg.security
* @className ToolAuthorizationService
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.service;
package io.shinhanlife.dap.mcg.service;
/**
* @package io.shinhanlife.dap.mcg.service
* @className ExecuteService
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.mcg.service;
package io.shinhanlife.dap.mcg.service;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
@@ -9,13 +9,13 @@ import org.springframework.stereotype.Service;
* @package io.shinhanlife.dap.mcg.service
* @className KillSwitchService
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.mcg.service;
package io.shinhanlife.dap.mcg.service;
import io.shinhanlife.dap.common.mcp.security.SecurityProperties;
import io.shinhanlife.dap.mcg.registry.RedisRegistryService;
@@ -15,13 +15,13 @@ import java.util.Map;
* @package io.shinhanlife.dap.mcg.service
* @className ToolPlanner
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,16 +1,16 @@
package io.shinhanlife.dap.mcg.sync;
package io.shinhanlife.dap.mcg.sync;
/**
* @package io.shinhanlife.dap.mcg.sync
* @className CustomWebMvcSseServerTransportProvider
* @description AX HUB MCP Gateway SSE 전송 제공자 - SSE 기반의 MCP 서버 트랜스포트를 구현하는 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.sync;
package io.shinhanlife.dap.mcg.sync;
/**
* @package io.shinhanlife.dap.mcg.sync
* @className DynamicMcpController
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.sync;
package io.shinhanlife.dap.mcg.sync;
/**
* @package io.shinhanlife.dap.mcg.sync
* @className DynamicMcpServerManager
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.sync;
package io.shinhanlife.dap.mcg.sync;
/**
* @package io.shinhanlife.dap.mcg.sync
* @className RegistryMcpToolSpecificationFactory
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.mcg.sync;
package io.shinhanlife.dap.mcg.sync;
import io.shinhanlife.dap.mcg.dto.ToolMetadata;
import io.shinhanlife.dap.mcg.registry.RedisRegistryService;
@@ -22,13 +22,13 @@ import java.util.stream.Collectors;
* @package io.shinhanlife.dap.mcg.sync
* @className RegistryMcpToolSynchronizer
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.tool.large;
package io.shinhanlife.dap.mcg.tool.large;
/**
* @package io.shinhanlife.dap.mcg.tool.large
* @className AgentResponseBudgetService
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.tool.large;
package io.shinhanlife.dap.mcg.tool.large;
/**
* @package io.shinhanlife.dap.mcg.tool.large
* @className LargeToolResponseService
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.tool.large;
package io.shinhanlife.dap.mcg.tool.large;
/**
* @package io.shinhanlife.dap.mcg.tool.large
* @className PaginationRequestValidator
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.tool.result;
package io.shinhanlife.dap.mcg.tool.result;
/**
* @package io.shinhanlife.dap.mcg.tool.result
* @className ToolExecutionResult
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.tool.result;
package io.shinhanlife.dap.mcg.tool.result;
/**
* @package io.shinhanlife.dap.mcg.tool.result
* @className ToolExecutionResultFormatter
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.transport;
package io.shinhanlife.dap.mcg.transport;
/**
* @package io.shinhanlife.dap.mcg.transport
* @className HttpToolInvoker
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.transport;
package io.shinhanlife.dap.mcg.transport;
/**
* @package io.shinhanlife.dap.mcg.transport
* @className ToolInvoker
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.converter;
package io.shinhanlife.dap.sample.converter;
import io.shinhanlife.dap.sample.domain.model.AppliSystNtfyPatiModel;
import io.shinhanlife.dap.sample.dto.AppliSystNtfyRgiInDTO;
@@ -13,13 +13,13 @@ import org.mapstruct.Mapper;
* @package io.shinhanlife.dap.sample.converter
* @className SampleConverter
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.domain.model;
package io.shinhanlife.dap.sample.domain.model;
import io.shinhanlife.glow.db.dto.AuditInfo;
import lombok.*;
@@ -7,13 +7,13 @@ import lombok.*;
* @package io.shinhanlife.dap.sample.domain.model
* @className AppliSystNtfyPatiModel
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.domain.repository;
package io.shinhanlife.dap.sample.domain.repository;
import io.shinhanlife.dap.sample.domain.model.AppliSystNtfyPatiModel;
import io.shinhanlife.dap.sample.dto.StrnTermListInDTO;
@@ -13,13 +13,13 @@ import java.util.List;
* @package io.shinhanlife.dap.sample.domain.repository
* @className GlowSampleRepository
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.domain.service;
package io.shinhanlife.dap.sample.domain.service;
import io.shinhanlife.dap.sample.dto.AppliSystNtfyRgiInDTO;
import io.shinhanlife.dap.sample.dto.StrnTermListInDTO;
@@ -9,13 +9,13 @@ import io.shinhanlife.glow.PageInfo;
* @package io.shinhanlife.dap.sample.domain.service
* @className GlowSampleService
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.domain.service.impl;
package io.shinhanlife.dap.sample.domain.service.impl;
import io.shinhanlife.dap.sample.converter.SampleConverter;
import io.shinhanlife.dap.sample.domain.model.AppliSystNtfyPatiModel;
@@ -18,13 +18,13 @@ import java.util.List;
* @package io.shinhanlife.dap.sample.domain.service.impl
* @className GlowSampleServiceImpl
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.dto;
package io.shinhanlife.dap.sample.dto;
import lombok.Getter;
import lombok.Setter;
@@ -12,13 +12,13 @@ import lombok.*;
* @package io.shinhanlife.dap.sample.dto
* @className AppliSystNtfyRgiInDTO
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.dto;
package io.shinhanlife.dap.sample.dto;
import lombok.NoArgsConstructor;
import lombok.AllArgsConstructor;
@@ -11,13 +11,13 @@ import lombok.Setter;
* @package io.shinhanlife.dap.sample.dto
* @className StrnTermListInDTO
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.dto;
package io.shinhanlife.dap.sample.dto;
import lombok.NoArgsConstructor;
import lombok.AllArgsConstructor;
@@ -15,13 +15,13 @@ import java.util.List;
* @package io.shinhanlife.dap.sample.dto
* @className StrnTermListOutDTO
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.presentation;
package io.shinhanlife.dap.sample.presentation;
import io.shinhanlife.dap.sample.presentation.io.AppliSystNtfyPatiRequest;
@@ -17,13 +17,13 @@ import org.springframework.web.bind.annotation.RestController;
* @package io.shinhanlife.dap.sample.presentation
* @className GlowSampleController
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.presentation.io;
package io.shinhanlife.dap.sample.presentation.io;
import lombok.*;
@@ -6,13 +6,13 @@ import lombok.*;
* @package io.shinhanlife.dap.sample.presentation.io
* @className AppliSystNtfyPatiRequest
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.presentation.io;
package io.shinhanlife.dap.sample.presentation.io;
import lombok.*;
@@ -6,13 +6,13 @@ import lombok.*;
* @package io.shinhanlife.dap.sample.presentation.io
* @className AppliSystNtfyPatiResponse
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.presentation.io;
package io.shinhanlife.dap.sample.presentation.io;
import io.shinhanlife.glow.PageInfo;
import lombok.*;
@@ -7,13 +7,13 @@ import lombok.*;
* @package io.shinhanlife.dap.sample.presentation.io
* @className StrnTermRequest
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.presentation.io;
package io.shinhanlife.dap.sample.presentation.io;
import io.shinhanlife.glow.PageInfo;
import lombok.*;
@@ -9,13 +9,13 @@ import java.util.List;
* @package io.shinhanlife.dap.sample.presentation.io
* @className StrnTermResponse
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.usecase;
package io.shinhanlife.dap.sample.usecase;
import io.shinhanlife.dap.sample.presentation.io.AppliSystNtfyPatiRequest;
import io.shinhanlife.dap.sample.presentation.io.AppliSystNtfyPatiResponse;
@@ -9,13 +9,13 @@ import io.shinhanlife.dap.sample.presentation.io.StrnTermResponse;
* @package io.shinhanlife.dap.sample.usecase
* @className GlowSampleUseCase
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,4 +1,4 @@
package io.shinhanlife.dap.sample.usecase.impl;
package io.shinhanlife.dap.sample.usecase.impl;
import io.shinhanlife.dap.sample.converter.SampleConverter;
import io.shinhanlife.dap.sample.domain.service.GlowSampleService;
@@ -19,13 +19,13 @@ import org.springframework.stereotype.Service;
* @package io.shinhanlife.dap.sample.usecase.impl
* @className GlowSampleUseCaseImpl
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg;
package io.shinhanlife.dap.mcg;
/**
* @package io.shinhanlife.dap.mcg
* @className DapGatewayApplicationTests
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/

View File

@@ -1,17 +1,17 @@
package io.shinhanlife.dap.mcg.tool.large;
package io.shinhanlife.dap.mcg.tool.large;
/**
* @package io.shinhanlife.dap.mcg.tool.large
* @className PaginationRequestValidatorTest
* @description AX HUB 시스템 처리 클래스
* @author 김형식
* @author 0986406
* @create 2026.09.01
* <pre>
* ---------- 개정이력 ----------
* 수정일 수정자 수정내용
* ---------- -------- ---------------------------
* 2026.09.01 김형식 최초생성
* 2026.09.01 0986406 최초생성
*
* </pre>
*/