소스 업데이트
All checks were successful
Deploy Tools / deploy (push) Successful in 1m25s

This commit is contained in:
jade
2026-09-10 13:28:40 +09:00
parent f3099b76ea
commit d2a82db6a4
108 changed files with 41 additions and 2456 deletions

View File

@@ -1,9 +1,9 @@
plugins {
// SMS Tool Pod를 독립 실행 가능한 Spring Boot JAR로 생성합니다.
// Spring Boot 3.5.11 version is managed by the root build.gradle.
id 'org.springframework.boot'
}
dependencies {
// MCP Server, Tool 공통 처리, MCI/EAI 연동 기반은 dat-was-lib에서 상속합니다.
// Shared MCP, Glow integration, validation, logging, Lombok and MapStruct configuration.
implementation project(':dat-was-lib')
}