Feat: Large Payload 분할 전송 기능 이식 및 통합 테스트 완료

This commit is contained in:
jade
2026-07-14 17:15:41 +09:00
parent fb50be68b3
commit dff080f55e
9 changed files with 863 additions and 19 deletions

View File

@@ -24,6 +24,12 @@ dependencies {
// implementation 'com.networknt:json-schema-validator:1.4.0' // Spring AI 내장 버전과 충돌 방지를 위해 주석 처리
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
tasks.named('test') {
useJUnitPlatform()
}
dependencies {