BeeCP-3.4.1,小型 JDBC 连接池组件

一:基本介绍

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

猜你喜欢

转载自www.oschina.net/news/235920/beecp-3-4-1