refactor(knowledge): 修改代码结构,增加多环境配置文件方便本地开发

This commit is contained in:
2025-06-15 19:10:38 +08:00
parent b627c91acb
commit 256c8c6bd5
4 changed files with 56 additions and 1 deletions

View File

@@ -176,6 +176,7 @@ deploy:
jdk: "jdk17"
replicas: 1
arguments:
"[spring.profiles.active]": 'build'
"[file-store.download-prefix]": 'http://132.126.207.130:35690/hudi_services/ai_knowledge'
"[file-store.upload-path]": ${deploy.runtime.data-path}/knowledge
"[spring.datasource.url]": ${deploy.runtime.database.config.url}