mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-13 04:49:10 +00:00
add: init project
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
dependencies {
|
||||
implementation project(':common')
|
||||
|
||||
implementation 'com.mysql:mysql-connector-j'
|
||||
// HTTP Client for external AI API
|
||||
implementation 'org.springframework.boot:spring-boot-starter-webflux'
|
||||
}
|
||||
|
||||
@@ -18,6 +18,10 @@ spring:
|
||||
hibernate:
|
||||
dialect: org.hibernate.dialect.PostgreSQLDialect
|
||||
format_sql: true
|
||||
ai:
|
||||
service:
|
||||
url: ${AI_SERVICE_URL:http://localhost:8080/ai}
|
||||
timeout: ${AI_SERVICE_TIMEOUT:30000}
|
||||
|
||||
external:
|
||||
claude-ai:
|
||||
|
||||
Reference in New Issue
Block a user