BeeCP-3.1.3 发布,一款简易型 JDBC 连接池
小蜜蜂连接池是一款简易型JDBC连接池。 1:版本下载(java7) <dependency> <groupId>com.github.chris2018998</groupId> <artifactId>beecp</artifactId> <version>3.1.3</version> </dependency> 2:更新内容 1:修复BeeDataSourceConfig类的构造函数编写错误问题 2:优化statement trace代码段 3:优化ProxyStatement.getResultSet方法 4:优化PooledConnection传递代码段 3:项目地址 国内地址:https://gitee.com/mirrors/BeeCP 国外地址:https://github.com/Chris2018998/BeeCP