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.
Microsphere MyBatis supports the following features:
- Interception on executing the SQL Statements
${microsphere-mybatis.version} : The latest version of Microsphere MyBatis
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-mybatis</artifactId>
<version>${microsphere-mybatis.version}</version>
</dependency>
implementation("io.github.microsphere-projects:microsphere-mybatis:${microsphere-mybatis.version}")
We welcome all kinds of contributions, such as:
- Submitting issues
- Submitting pull requests
- Editing Wiki
Microsphere MyBatis is licensed under the Apache License, Version 2.0.