因为数据库连接问题导致的插入数据库异常
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# 复制为 application-local-dingtalk.yml 并填入 access-token(及可选 secret)。
|
||||
# application-local-dingtalk.yml 已在 .gitignore 中,不会被提交。
|
||||
lb:
|
||||
assessment-apply:
|
||||
dingtalk:
|
||||
enabled: true
|
||||
access-token: "从钉钉 Webhook URL 中 access_token= 后的值"
|
||||
# secret: "若机器人安全设置为加签则必填"
|
||||
@@ -11,6 +11,15 @@ app:
|
||||
yihangyi:
|
||||
asr:
|
||||
enabled: true
|
||||
|
||||
# hxrd 后台订单列表(LBAdminPullScheduler:每 50 分钟一次,仅工作日 18:10~23:59:59 执行,周末不跑)。默认关闭。
|
||||
hxr:
|
||||
admin:
|
||||
enabled: false
|
||||
# 首次拉单延迟(毫秒),0 表示启动后尽快执行;集成测试会设为较大值避免与用例并发
|
||||
pull-initial-delay-ms: 0
|
||||
cookie: PHPSID=f3710baf6381da418aa832660ccb9d08
|
||||
phpsid: "f3710baf6381da418aa832660ccb9d08"
|
||||
# DashScope API配置
|
||||
dashscope:
|
||||
api:
|
||||
@@ -89,6 +98,9 @@ logging:
|
||||
|
||||
|
||||
spring:
|
||||
# 可选加载本地钉钉配置(见 application-local-dingtalk.example.yml,实际文件已 .gitignore)
|
||||
config:
|
||||
import: optional:classpath:application-local-dingtalk.yml
|
||||
autoconfigure:
|
||||
exclude:
|
||||
- dev.langchain4j.community.store.embedding.redis.spring.RedisEmbeddingStoreAutoConfiguration
|
||||
@@ -278,11 +290,13 @@ amap:
|
||||
|
||||
# 申请评估 - 钉钉群机器人(自定义机器人 Webhook)
|
||||
lb:
|
||||
# 本文件已加入 .gitignore,仅本机生效;勿将真实 token 提交到仓库。
|
||||
# 若机器人启用了「加签」,请增加 secret 行(SEC 开头)。
|
||||
assessment-apply:
|
||||
dingtalk:
|
||||
enabled: ${LB_ASSESSMENT_DINGTALK_ENABLED:true}
|
||||
access-token: ${LB_ASSESSMENT_DINGTALK_ACCESS_TOKEN:}
|
||||
secret: ${LB_ASSESSMENT_DINGTALK_SECRET:}
|
||||
enabled: true
|
||||
access-token: 65aad0554c700d12d2ea71f9c62a3214d5f8f8b2b24679d30489ce9c11a6105c
|
||||
secret: "SECxxxxxxxx"
|
||||
|
||||
# MinIO 对象存储配置
|
||||
minio:
|
||||
|
||||
Reference in New Issue
Block a user