refactor: build.gradle 최상단으로 이동

This commit is contained in:
yuhalog
2025-06-18 09:56:48 +09:00
parent d24509adb6
commit ee9736bb9f
3 changed files with 7 additions and 9 deletions
@@ -1,7 +1,4 @@
dependencies {
implementation project(':common')
runtimeOnly 'org.postgresql:postgresql'
// WebClient를 위한 Spring WebFlux 의존성
implementation 'org.springframework.boot:spring-boot-starter-webflux'
}