1.修改批量更新员工主播的方式

2.JDBC连接添加allowMultiQueries=true参数
This commit is contained in:
2025-07-28 15:56:21 +08:00
parent 0aff2d013f
commit 02603f4a4e
5 changed files with 21 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ spring:
primary: master
datasource:
master:
url: jdbc:mysql://47.79.98.113:3326/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
url: jdbc:mysql://47.79.98.113:3326/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true&allowMultiQueries=true # MySQL Connector/J 8.X 连接的示例
username: root
password: wfn53400
# slave: # 模拟从库,可根据自己需要修改 # 模拟从库,可根据自己需要修改