| | |
| | | server: |
| | | port: 48080 |
| | | |
| | | # H5 溯源页面基础地址(二维码内容前缀),需为公众扫码可访问的地址 |
| | | mes: |
| | | trace-base-url: https://dev.your-domain.com/trace.html |
| | | |
| | | --- #################### 数据库相关配置 #################### |
| | | |
| | | spring: |
| | | autoconfigure: |
| | | # noinspection SpringBootApplicationYaml |
| | | exclude: |
| | | - org.springframework.ai.vectorstore.qdrant.autoconfigure.QdrantVectorStoreAutoConfiguration # 禁用 AI 模块的 Qdrant,手动创建 |
| | | - org.springframework.ai.vectorstore.redis.autoconfigure.RedisVectorStoreAutoConfiguration # 禁用 AI 模块的 Redis,手动创建 |
| | | - org.springframework.ai.vectorstore.milvus.autoconfigure.MilvusVectorStoreAutoConfiguration # 禁用 AI 模块的 Milvus,手动创建 |
| | | - org.dromara.trans.config.TransServiceConfig # TODO 芋艿:easy-trans 兼容 Spring Boot 4 后移除(TransServiceConfig 引用了已移除的 RestTemplateBuilder) |
| | | # 禁用未配置 API Key 的模型自动配置 |
| | | - org.springframework.ai.model.deepseek.autoconfigure.DeepSeekChatAutoConfiguration |
| | | # 数据源配置项 |
| | | datasource: |
| | | druid: # Druid 【监控】相关的全局配置 |