-
Notifications
You must be signed in to change notification settings - Fork 8.6k
wenshao edited this page May 9, 2016
·
59 revisions
[English] (https://github.com/alibaba/druid/wiki) | 中文
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.19</version>
</dependency>
https://github.com/alibaba/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98