Skip to content
wenshao edited this page Oct 22, 2012 · 15 revisions

[English] (https://github.com/AlibabaTech/druid/wiki) | 中文

Druid是一个JDBC组件库,包括数据库连接池、SQL Parser、Proxy Druid等组件。

下载

你可以从如下地方下载:

Maven

<dependency>
     <groupId>com.alibaba</groupId>
     <artifactId>druid</artifactId>
     <version>0.2.7</version>
</dependency>

常见问题汇总

https://github.com/AlibabaTech/druid/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98