현재 작업 상태 커밋

This commit is contained in:
Minseo-Jo
2025-10-23 16:38:37 +09:00
parent add16854a4
commit 40f02d6d8e
10 changed files with 1867 additions and 3 deletions
+3
View File
@@ -12,4 +12,7 @@ dependencies {
// Feign (for external API calls)
implementation "io.github.openfeign:feign-jackson:${feignJacksonVersion}"
implementation "io.github.openfeign:feign-okhttp:${feignJacksonVersion}"
// H2 Database for local development
runtimeOnly 'com.h2database:h2'
}