新增批量方法 可完美替代 saveBatch 秒级插入上万数据 (对mysql负荷较大)
3.5.0 版本 增加 rewriteBatchedStatements=true 批处理参数 使 MP 原生批处理可以达到同样的速度
Authorization: Bearer ********************curl --location --request POST 'localhost:8080/demo/batch/add' \
--header 'clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"data": null
}