Microsphere Alibaba Druid is a Java ECO project of Microsphere , which integrates Alibaba Druid and supports the extension features that would be used for Microsphere Sentinel, Microsphere Resilience4j, Microsphere Observability and so on.
Microsphere Alibaba Druid supports the following features:
- Interception on executing the SQL Statements
- Logging the SQL Statements
${microsphere-alibaba-druid.version} : The latest version of Microsphere Alibaba Druid
<dependencyManagement>
<dependencies>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-alibaba-druid-dependencies</artifactId>
<version>0.0.1</version>
</dependency>
</dependencyManagement>
implementation(platform("io.github.microsphere-projects:microsphere-alibaba-druid-dependencies:0.0.1"))
See Demo.
More: Wiki.
We welcome all kinds of contributions, such as:
- Submitting issues
- Submitting pull requests
- Editing Wiki
Microsphere Alibaba Druid is licensed under the Apache License, Version 2.0.