A JDBC connection pool with the characteristics of minimal code, few dependencies, high performance, and high coverage; Technical advantages: single-connection caching, fixed-length array, non-moving wait, asynchronous addition, etc.
- Supports blocking interruption operations
- Supports restart and configuration reload
- Provides interfaces for extensibility
- Supports virtual thread applications
- Provide built-in monitoring capabilities
Java7+
<dependency>
<groupId>com.github.chris2018998</groupId>
<artifactId>beecp</artifactId>
<version>5.1.2</version>
</dependency>Java6(deprecated)
<dependency>
<groupId>com.github.chris2018998</groupId>
<artifactId>beecp</artifactId>
<version>1.6.10</version>
</dependency>