mybatis执行多条sql语句

1,mybatis执行多条sql语句,有以下几种思路,

a,存储过程

b,修改jdbc的参数,允许执行多条语句,如下所示:

sqlserver可以直接使用begin,end来执行多条语句,

mysql使用下面的语句

jdbcUrl=jdbc:mysql://xx.xx.xx:3306/xxxxx?characterEncoding=utf-8&autoReconnect=true&failOverReadOnly=false&allowMultiQueries=true
上一篇:(转)Applications of Reinforcement Learning in Real World


下一篇:Python练习-os模块练习-还算是那么回事儿