MVN

io.github.mybatisSpPlus : mybatis-easy-go

Maven & Gradle

Jul 27, 2021
4 stars

Mybatis Easy GO · 让开发者可以用接近书写sql的方式构建各种查询。并且方便的处理类型的转换,分页等工作。并且可以在切换源数据库后可以自动适配

<dependency>
    <groupId>io.github.mybatisSpPlus</groupId>
    <artifactId>mybatis-easy-go</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.mybatisSpPlus : mybatis-easy-go to add to Maven - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of io.github.mybatisSpPlus : mybatis-easy-go to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2
mybatis-easy-go-0.2
0.1
mybatis-easy-go-0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.mybatisSpPlus</groupId>
    <artifactId>mybatis-easy-go</artifactId>
    <version>0.2</version>
</dependency>

Advertisement