fix: build

This commit is contained in:
unknown
2025-06-11 11:30:59 +09:00
parent 1e809c4b59
commit f6d4380dc7
6 changed files with 26 additions and 57 deletions
+2 -14
View File
@@ -1,16 +1,4 @@
dependencies {
implementation project(':common')
implementation 'com.mysql:mysql-connector-j'
// HTTP Client for external API
implementation 'org.springframework.boot:spring-boot-starter-webflux'
}
//external:
// ai:
// api-url: ${EXTERNAL_AI_URL:https://api.openai.com/v1}
// api-key: ${EXTERNAL_AI_KEY:your-api-key}
bootJar {
archiveFileName = "ai-recommend-service.jar"
}
runtimeOnly 'com.mysql:mysql-connector-j'
}