hi-backend/store/build.gradle
2025-06-12 17:36:43 +09:00

9 lines
244 B
Groovy

dependencies {
implementation project(':common')
// External API Integration
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
}