摘要: public static void main(String[] args) { C3p0Plugin cp = new C3p0Plugin("jdbc:mysql://localhost/safe", "root", "root"); cp.start(); ActiveRecordPlugin arp = new ActiveRecordPlugin(cp); ... 阅读全文
posted @ 2016-06-18 11:00 phyxis_xu 阅读(341) 评论(0) 推荐(0) 编辑