beecp-4.0.6 发布,一款高性能连接池
介绍 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<...