2025-06-17 09:54:49 +09:00

7 lines
225 B
Groovy

dependencies {
implementation project(':common')
runtimeOnly 'org.postgresql:postgresql'
// WebClient를 위한 Spring WebFlux 의존성
implementation 'org.springframework.boot:spring-boot-starter-webflux'
}