介绍
beecp 是一款轻量级 JDBC 连接池,具有性能高,代码优,稳定性好特点。
本次更新
1:修复连接池初始化,设置 Connection 默认值时,出现 Null point Exception 的问题
2:修复连接池初始化,设置 Connection 的默认值,未打印出运行时日志的问题
3:局部优化 GetConnection 方法中的程序片段,少量提升性能
Maven 坐标
<dependency> <groupId>com.github.chris2018998</groupId> <artifactId>beecp</artifactId> <version>4.0.6</version></dependency>
<dependency> <groupId>com.github.chris2018998</groupId> <artifactId>beecp-spring-boot-starter</artifactId> <version>1.8.7</version></dependency>
项目地址
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-14650HX (24 核)
POOL: 初始数:24,最大数:24
免责声明:本文系转载,版权归原作者所有;旨在传递信息,不代表一休教程网的观点和立场。