mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2026-06-13 12:59:12 +00:00
user-service api 초안 개발
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user