forked from alibaba/druid
-
Notifications
You must be signed in to change notification settings - Fork 0
mengfanhong edited this page Aug 23, 2016
·
44 revisions
[English] (https://github.com/alibaba/druid/wiki) | 中文1
Druid是一个JDBC组件库,包括数据库连接池、SQL Parser等组件。DruidDataSource是最好的数据库连接池。
你可以从如下地方下载:
- maven central repository http://repo1.maven.org/maven2/com/alibaba/druid/
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.0.23</version>
</dependency>
https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98