一:基本介绍
BeeCP 是一款小型 JDBC 连接池组件,具有性能高,代码轻,稳定好的特点。
二:优化内容
1:两处锁支持等待超时(连接池创建,连接创建)
2:连接池加入新的清理方法,池内连接被清理后可载入新配置
3:连接 5 个可复位属性加入是否启用开关
4:连接借用等待中断识别优化
5:连接池代码优化与调整(比如新增异常类,接口类位置移动等)
三:软件包下载
<dependency>
<groupId>com.github.chris2018998</groupId>
<artifactId>beecp</artifactId>
<version>3.4.1</version>
</dependency>
<dependency>
<groupId>com.github.chris2018998</groupId>
<artifactId>beecp-spring-boot-starter</artifactId>
<version>1.7.1</version>
</dependency>
四:项目地址
https://github.com/Chris2018998/BeeCP
https://github.com/Chris2018998/BeeCP-Starter
https://gitee.com/Chris2018998/BeeCP
https://gitee.com/Chris2018998/BeeCP-Starter
正文完
可以使用微信扫码关注公众号(ID:xzluomor)