mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06:24 +00:00
11 lines
232 B
Groovy
11 lines
232 B
Groovy
dependencies {
|
|
implementation project(':common')
|
|
|
|
// HTTP Client for external API
|
|
implementation 'org.springframework.boot:spring-boot-starter-webflux'
|
|
}
|
|
|
|
bootJar {
|
|
archiveFileName = "ai-recommend-service.jar"
|
|
}
|