介绍
beecp是一款轻量级 JDBC连接池,具有代码优,依赖少,性能高,稳定性好特点。
本次更新
1:微度重构连接池的 clear 方法
2:移除 Connection.setAutoCommit 下的脏标记检查
3:局部优化 GetConnection 方法中的程序片段,少量提升性能
Maven 坐标
<dependency> <groupId>com.github.chris2018998</groupId> <artifactId>beecp</artifactId> <version>4.0.7</version> </dependency>
<dependency> <groupId>com.github.chris2018998</groupId> <artifactId>beecp-spring-boot-starter</artifactId> <version>1.8.8</version> </dependency>
附:boot-starter 是一款针对 beecp 的数据源管理工具,它运行于 Springboot2 之上,支持配置一个或多个数据源, 此外还提供监控管理界面。
项目地址
https://github.com/Chris2018998/beecp
https://github.com/Chris2018998/beecp-starter
https://gitee.com/Chris2018998/BeeCP
https://gitee.com/Chris2018998/BeeCP-Starter
性能测试(Connection cycle)
PC: Win11,32G 内存,I7-14650H
POOL: 初始数:24,最大数:24
还没有评论,来说两句吧...