Fix : 수정

This commit is contained in:
lsh9672
2025-06-12 17:40:22 +09:00
parent ef87bfbb0b
commit 0b78427304
5 changed files with 93 additions and 214 deletions
+8 -3
View File
@@ -1,6 +1,11 @@
dependencies {
implementation project(':common')
// File Storage
// AI and Location Services
implementation 'org.springframework.boot:spring-boot-starter-webflux'
}
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:4.1.0'
implementation 'org.springframework.cloud:spring-cloud-starter-circuitbreaker-resilience4j:'
implementation 'org.springframework.cloud:spring-cloud-starter-loadbalancer:latest'
}