Browse Source

更新 'pigx-config/src/main/resources/config/pigx-upms-dev.yml'

冷冷 7 years ago
parent
commit
bc84aa37d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pigx-config/src/main/resources/config/pigx-upms-dev.yml

+ 1 - 1
pigx-config/src/main/resources/config/pigx-upms-dev.yml

@@ -13,7 +13,7 @@ spring:
     driver-class-name: com.mysql.jdbc.Driver
     username: root
     password: root
-    url: jdbc:mysql://127.0.0.1:3306/pigx?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
+    url: jdbc:mysql://127.0.0.1:3306/pigx?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowMultiQueries=true
 
 # mybaits 模块配置
 mybatis-plus: