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 23 driver-class-name: com.mysql.jdbc.Driver
24 24 read1:
25 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 27 username: test
28 28 password: 123456
29 29 driver-class-name: com.mysql.jdbc.Driver
... ...