Skip to content

microsphere-projects/microsphere-mybatis

Repository files navigation

Microsphere MyBatis

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

1. Introduction

Microsphere MyBatis is a Java ECO project of Microsphere , which integrates MyBatis and supports the extension features that would be used for Microsphere Sentinel, Microsphere Resilience4j, Microsphere Observability and so on.

2. Features

Microsphere MyBatis supports the following features:

  • Interception on executing the SQL Statements

3. Usage

${microsphere-mybatis.version} : The latest version of Microsphere MyBatis

3.1. Dependency

3.1.1 Maven

<dependency>
    <groupId>io.github.microsphere-projects</groupId>
    <artifactId>microsphere-mybatis</artifactId>
    <version>${microsphere-mybatis.version}</version>
</dependency>

3.1.2 Gradle Dependency

implementation("io.github.microsphere-projects:microsphere-mybatis:${microsphere-mybatis.version}")

4. Contributing

We welcome all kinds of contributions, such as:

5. License

Microsphere MyBatis is licensed under the Apache License, Version 2.0.

About

The microsphere project for MyBatis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages