Commit b2a922e0f297b4c589df3d97a5c3f9ecef4fd3c8

Authored by luotong
1 parent 0462e707

添加数据库批量更新配置

Showing 1 changed file with 1 additions and 1 deletions
user-service.yml
@@ -9,7 +9,7 @@ spring: @@ -9,7 +9,7 @@ spring:
9 enabled: true 9 enabled: true
10 datasource: 10 datasource:
11 name: gxb_core 11 name: gxb_core
12 - url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=gbk&zeroDateTimeBehavior=convertToNull 12 + url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=gbk&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true
13 username: test 13 username: test
14 password: 123456 14 password: 123456
15 driver-class-name: com.mysql.jdbc.Driver 15 driver-class-name: com.mysql.jdbc.Driver