Skip to content

A toy JDBC connection pool simulating MyBatis PooledDataSource.

License

Notifications You must be signed in to change notification settings

firejq/JConnPool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JConnPool

A toy JDBC connection pool simulating MyBatis PooledDataSource.

Feature

  • 通过动态代理支持连接对象自动回收
    • 动态代理支持 JDK Proxy 方式
    • 动态代理支持 Cglib 方式
  • 支持连接池自动扩容、缩容
  • 支持使用 JavaBean 配置

License

The JConnPool is under the MIT License.

About

A toy JDBC connection pool simulating MyBatis PooledDataSource.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published