Skip to content

microsphere-projects/microsphere-alibaba-druid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsphere Alibaba Druid

Maven Build Codecov Maven License Average time to resolve an issue Percentage of issues still open

1. Introduction

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.

2. Features

Microsphere Alibaba Druid supports the following features:

  • Interception on executing the SQL Statements
  • Logging the SQL Statements

3. Usage

${microsphere-alibaba-druid.version} : The latest version of Microsphere Alibaba Druid

3.1. Dependency

3.1.1 Maven

<dependencyManagement>
    <dependencies>
        <groupId>io.github.microsphere-projects</groupId>
        <artifactId>microsphere-alibaba-druid-dependencies</artifactId>
        <version>0.0.1</version>
    </dependency>
</dependencyManagement>

3.1.2 Gradle Dependency

implementation(platform("io.github.microsphere-projects:microsphere-alibaba-druid-dependencies:0.0.1"))

3.2. Demo

See Demo.

More: Wiki.

4. Contributing

We welcome all kinds of contributions, such as:

5. License

Microsphere Alibaba Druid is licensed under the Apache License, Version 2.0.

Packages

No packages published

Languages