BeeCP-3.4.2,小型 JDBC 连接池组件
一:基本介绍
BeeCP 是一款小型 JDBC 连接池组件,具有性能高,代码轻,稳定好的特点。
二: 项目地址
https://github.com/Chris2018998/BeeCP
https://gitee.com/Chris2018998/BeeCP
三: 更新版本
<dependency> <groupId>com.github.chris2018998</groupId> <artifactId>beecp</artifactId> <version>3.4.2</version> </dependency>
<dependency> <groupId>com.github.chris2018998</groupId> <artifactId>beecp-spring-boot-starter</artifactId> <version>1.7.2</version> </dependency>
四: 更新内容
1: 增加两个配置项列表:sqlExceptionCodeList sqlExceptionStateList,用于自定义一些比较严重级别的SQL异常代码和异常状态
2: 获取连接的方法中增加最小自旋时间控制