2025-06-11 11:01:53 +09:00

11 lines
284 B
Groovy

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