COMPLEX-B

导航

2019年5月24日 #

数据库连接池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 阅读(352) 评论(0) 推荐(0) 编辑