mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2026-06-12 23:19:10 +00:00
add common module
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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'
|
||||
}
|
||||
Reference in New Issue
Block a user