License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcn.ivan95.me |
ArtifactId | ArtifactIdmybatis-extend-parent |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMybatis Extend Parent
Developed to simplify CURD operations, Mybatis Extend is enhanced on the basis of Mybatis, non-intrusive, supports multiple databases, supports automatic generation of primary keys, a large number of preset CURD operations, and supports ActiveRecord.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-extend-parent-1.0.4.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.ivan95.me/mybatis-extend-parent/ -->
<dependency>
<groupId>cn.ivan95.me</groupId>
<artifactId>mybatis-extend-parent</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.ivan95.me/mybatis-extend-parent/
implementation 'cn.ivan95.me:mybatis-extend-parent:1.0.4'
// https://jarcasting.com/artifacts/cn.ivan95.me/mybatis-extend-parent/
implementation ("cn.ivan95.me:mybatis-extend-parent:1.0.4")
'cn.ivan95.me:mybatis-extend-parent:pom:1.0.4'
<dependency org="cn.ivan95.me" name="mybatis-extend-parent" rev="1.0.4">
<artifact name="mybatis-extend-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.ivan95.me', module='mybatis-extend-parent', version='1.0.4')
)
libraryDependencies += "cn.ivan95.me" % "mybatis-extend-parent" % "1.0.4"
[cn.ivan95.me/mybatis-extend-parent "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.alibaba : fastjson | jar | 1.2.19 |
org.mybatis.spring.boot : mybatis-spring-boot-starter Optional | jar | 1.3.1 |