opt:任务查询优化

This commit is contained in:
zhangzq
2025-02-14 09:51:16 +08:00
parent 4adf4c9692
commit 3712c21169
3 changed files with 32 additions and 14 deletions

View File

@@ -94,8 +94,8 @@ spring:
type: Static
props:
#接口有事务,读写分离不生效,默认全部使用主库
write-data-source-name: slave
read-data-source-names: master
write-data-source-name: master
read-data-source-names: slave
#负载均衡算法名称
load-balancer-name: round-robin