Commit b3bf6bfbc39a94d52635216f81b2cb63c75a696b

Authored by luotong
1 parent 9e55891f

数据库添加允许执行多条sql配置

Showing 1 changed file with 1 additions and 1 deletions
class-service.yml
@@ -23,7 +23,7 @@ spring: @@ -23,7 +23,7 @@ spring:
23 driver-class-name: com.mysql.jdbc.Driver 23 driver-class-name: com.mysql.jdbc.Driver
24 read1: 24 read1:
25 name: gxb_core 25 name: gxb_core
26 - url: jdbc:mysql://emysql3:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8 26 + url: jdbc:mysql://emysql3:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
27 username: test 27 username: test
28 password: 123456 28 password: 123456
29 driver-class-name: com.mysql.jdbc.Driver 29 driver-class-name: com.mysql.jdbc.Driver