user-service api 초안 개발

This commit is contained in:
wonho
2025-10-24 15:19:04 +09:00
parent 50cf1dbcf1
commit 34df9c3b8f
28 changed files with 1953 additions and 15 deletions
+6
View File
@@ -7,4 +7,10 @@ dependencies {
// OpenFeign for external API calls (사업자번호 검증)
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'
// H2 Database for development
runtimeOnly 'com.h2database:h2'
// PostgreSQL Database for production
runtimeOnly 'org.postgresql:postgresql'
}