2025-06-11 09:28:32 +09:00

11 lines
240 B
Groovy

dependencies {
implementation project(':common')
// HTTP Client for external AI API
implementation 'org.springframework.boot:spring-boot-starter-webflux'
}
bootJar {
archiveFileName = "marketing-content-service.jar"
}