License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.mybatisSpPlus |
ArtifactId | ArtifactIdmybatis-easy-go-processors |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description让开发者可以用接近书写sql的方式构建各种查询。并且方便的处理类型的转换,分页等工作。并且可以在切换源数据库后可以自动适配
|
<!-- https://jarcasting.com/artifacts/io.github.mybatisSpPlus/mybatis-easy-go-processors/ -->
<dependency>
<groupId>io.github.mybatisSpPlus</groupId>
<artifactId>mybatis-easy-go-processors</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mybatisSpPlus/mybatis-easy-go-processors/
implementation 'io.github.mybatisSpPlus:mybatis-easy-go-processors:0.2'
// https://jarcasting.com/artifacts/io.github.mybatisSpPlus/mybatis-easy-go-processors/
implementation ("io.github.mybatisSpPlus:mybatis-easy-go-processors:0.2")
'io.github.mybatisSpPlus:mybatis-easy-go-processors:jar:0.2'
<dependency org="io.github.mybatisSpPlus" name="mybatis-easy-go-processors" rev="0.2">
<artifact name="mybatis-easy-go-processors" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mybatisSpPlus', module='mybatis-easy-go-processors', version='0.2')
)
libraryDependencies += "io.github.mybatisSpPlus" % "mybatis-easy-go-processors" % "0.2"
[io.github.mybatisSpPlus/mybatis-easy-go-processors "0.2"]