40 对象池的使用
对象池类GenericObjectPool
通过集成它来实现类似有数据库连接池的功能,具体的查看GenericObjectPool源码
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.6</version>
</dependency>
本文来自博客园,作者:life_start,转载请注明原文链接:https://www.cnblogs.com/yangh2016/p/6709792.html