修改添加,第一种方法

master
lwj 2024-09-08 23:18:14 +08:00
parent b671ffbd69
commit e80e67cf58
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ public class ProductServiceImpl implements ProductService {
// HikariDataSource hikariDataSource = getHikariDataSource(dataSources);
HikariDataSource hikariDataSource = HikariPool.getHikariDataSource(dataSources);
ExecutorService executorService = Executors.newFixedThreadPool(4);
ExecutorService executorService = Executors.newFixedThreadPool(8);
AtomicInteger addCount = new AtomicInteger();