mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2026-06-13 12:59:12 +00:00
Content Service API 테스트 구현 추가
- REST API Controller 구현 (이미지 생성, Job 조회, 콘텐츠 조회 등) - Gateway 어댑터 구현 (ContentGateway, JobGateway) - Mock Gateway 구현 (Redis, CDN, AI 이미지 생성기) - Mock UseCase 구현 (실제 이미지 생성 시뮬레이션) - Security 및 Swagger 설정 추가 - 로컬 테스트를 위한 H2 데이터베이스 설정 (application-local.yml) - 비동기 처리를 위한 @EnableAsync 설정 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -17,4 +17,7 @@ dependencies {
|
||||
|
||||
// Jackson for JSON
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind'
|
||||
|
||||
// H2 Database for local testing
|
||||
runtimeOnly 'com.h2database:h2'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user