Commit 27af1f4e837f48d3cd32913478a319045c0a4ee7
Merge branch 'master' into 'master'
数据库添加允许执行多条sql配置 See merge request !14
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 | ... | ... |