|
@@ -4,11 +4,10 @@ server:
|
|
--- #################### 数据库相关配置 ####################
|
|
--- #################### 数据库相关配置 ####################
|
|
|
|
|
|
spring:
|
|
spring:
|
|
- spring:
|
|
|
|
- autoconfigure:
|
|
|
|
- exclude:
|
|
|
|
- - org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreAutoConfiguration # 禁用 AI 模块的 Qdrant,手动创建
|
|
|
|
- - org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreAutoConfiguration # 禁用 AI 模块的 Milvus,手动创建
|
|
|
|
|
|
+ autoconfigure:
|
|
|
|
+ exclude:
|
|
|
|
+ - org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreAutoConfiguration # 禁用 AI 模块的 Qdrant,手动创建
|
|
|
|
+ - org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreAutoConfiguration # 禁用 AI 模块的 Milvus,手动创建
|
|
# 数据源配置项
|
|
# 数据源配置项
|
|
datasource:
|
|
datasource:
|
|
druid: # Druid 【监控】相关的全局配置
|
|
druid: # Druid 【监控】相关的全局配置
|