License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdio.github.mybatisSpPlus |
ArtifactId | ArtifactIdmybatis-easy-go-core |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description让开发者可以用接近书写sql的方式构建各种查询。并且方便的处理类型的转换,分页等工作。并且可以在切换源数据库后可以自动适配
|
Filename | Size |
---|---|
mybatis-easy-go-core-0.2.pom | |
mybatis-easy-go-core-0.2.jar | 159 KB |
mybatis-easy-go-core-0.2-sources.jar | 94 KB |
mybatis-easy-go-core-0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mybatisSpPlus/mybatis-easy-go-core/ -->
<dependency>
<groupId>io.github.mybatisSpPlus</groupId>
<artifactId>mybatis-easy-go-core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mybatisSpPlus/mybatis-easy-go-core/
implementation 'io.github.mybatisSpPlus:mybatis-easy-go-core:0.2'
// https://jarcasting.com/artifacts/io.github.mybatisSpPlus/mybatis-easy-go-core/
implementation ("io.github.mybatisSpPlus:mybatis-easy-go-core:0.2")
'io.github.mybatisSpPlus:mybatis-easy-go-core:jar:0.2'
<dependency org="io.github.mybatisSpPlus" name="mybatis-easy-go-core" rev="0.2">
<artifact name="mybatis-easy-go-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mybatisSpPlus', module='mybatis-easy-go-core', version='0.2')
)
libraryDependencies += "io.github.mybatisSpPlus" % "mybatis-easy-go-core" % "0.2"
[io.github.mybatisSpPlus/mybatis-easy-go-core "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.3 |
org.springframework.boot : spring-boot-starter-web | jar | 2.3.7.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.7.RELEASE |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
com.google.guava : guava | jar | 28.0-jre |
io.github.mybatisSpPlus : mybatis-easy-go-processors | jar | 0.2 |