数据库连接池Demo
摘要:
c3p0连接池Demo druid连接池Demo c3p0加dbUtils // 依赖包:commons.dbutils.jar public class DbUtils { static ComboPooledDataSource pool = new ComboPooledDataSource( 阅读全文
posted @ 2019-05-24 19:39 COMPLEX-B 阅读(353) 评论(0) 推荐(0) 编辑