Skip to content

Chris2018998/beecp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌿 BeeCP

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.

🌼 Key Features

  • Supports blocking interruption operations‌
  • Supports restart and configuration reload‌
  • Provides interfaces for extensibility‌
  • Supports virtual thread applications‌
  • Provide built-in monitoring capabilities‌

Links

English

中文

Artifacts

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>