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