批量执行 sql语句 批量执行 sql语句String[] sql= new String[100]; sql[0]="insert into ...";jdbcTemplate.batchUpdate(sql);