Skip to content
Li Qiang edited this page Aug 30, 2019 · 57 revisions

English | 中文

Druid 是一个 JDBC 组件库,包含数据库连接池、SQL Parser 等组件, 被大量业务和技术产品使用或集成,经历过最严苛线上业务场景考验,是你值得信赖的技术产品。

下载

你可以从如下地方下载:

maven central repository http://repo1.maven.org/maven2/com/alibaba/druid/

Maven 依赖

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

Gradle

compile group: 'com.alibaba', name: 'druid', version: '1.1.12'

社区交流

常见问题汇总

https://github.com/alibaba/druid/wiki/常见问题

Clone this wiki locally