mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2025-12-06 10:06:24 +00:00
14 lines
442 B
Groovy
14 lines
442 B
Groovy
dependencies {
|
|
// Kafka for job publishing
|
|
implementation 'org.springframework.kafka:spring-kafka'
|
|
|
|
// Redis for AI/Image data caching
|
|
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
|
|
|
|
// OpenFeign for Distribution Service call
|
|
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign'
|
|
|
|
// Jackson for JSON
|
|
implementation 'com.fasterxml.jackson.core:jackson-databind'
|
|
}
|