forked from alibaba/druid
-
Notifications
You must be signed in to change notification settings - Fork 17
wenshao edited this page Oct 22, 2012
·
15 revisions
[English] (https://github.com/AlibabaTech/druid/wiki) | 中文
Druid是一个JDBC组件库,包括数据库连接池、SQL Parser、Proxy Druid等组件。
你可以从如下地方下载:
- github https://github.com/AlibabaTech/druid/downloads
- maven central repository http://repo1.maven.org/maven2/com/alibaba/druid/
- alibaba maven repository http://code.alibabatech.com/mvn/releases/com/alibaba/druid/
<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