ThreadPoolExecutor实现批量插入
摘要:
一:在run()方法里写插入 1 package com.smartdata.pms.thread; 2 3 import com.smartdata.pms.entity.PmsProduct; 4 import com.smartdata.pms.mapper.PmsProductMapper; 阅读全文
posted @ 2023-12-22 09:02 cn2025 阅读(27) 评论(0) 推荐(0)