Commit 9e55891ff12c87251b5a36710220b151bafd923c
1 parent
dd2757a3
测试batch update
Showing
1 changed file
with
1 additions
and
1 deletions
class-service.yml
| ... | ... | @@ -17,7 +17,7 @@ spring: |
| 17 | 17 | coreDatasource: |
| 18 | 18 | write: |
| 19 | 19 | name: gxb_core |
| 20 | - url: jdbc:mysql://emysql3:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8 | |
| 20 | + url: jdbc:mysql://emysql3:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 21 | 21 | username: test |
| 22 | 22 | password: 123456 |
| 23 | 23 | driver-class-name: com.mysql.jdbc.Driver | ... | ... |