License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdcn.ocoop.framework.mybatis.plugin |
ArtifactId | ArtifactIdmybatis-plugin-spring-boot-starter |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMybatis plugin Spring Boot Stater Build
Mybatis plugin Spring Boot Stater Build
|
Filename | Size |
---|---|
mybatis-plugin-spring-boot-starter-1.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.ocoop.framework.mybatis.plugin/mybatis-plugin-spring-boot-starter/ -->
<dependency>
<groupId>cn.ocoop.framework.mybatis.plugin</groupId>
<artifactId>mybatis-plugin-spring-boot-starter</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.ocoop.framework.mybatis.plugin/mybatis-plugin-spring-boot-starter/
implementation 'cn.ocoop.framework.mybatis.plugin:mybatis-plugin-spring-boot-starter:1.2'
// https://jarcasting.com/artifacts/cn.ocoop.framework.mybatis.plugin/mybatis-plugin-spring-boot-starter/
implementation ("cn.ocoop.framework.mybatis.plugin:mybatis-plugin-spring-boot-starter:1.2")
'cn.ocoop.framework.mybatis.plugin:mybatis-plugin-spring-boot-starter:pom:1.2'
<dependency org="cn.ocoop.framework.mybatis.plugin" name="mybatis-plugin-spring-boot-starter" rev="1.2">
<artifact name="mybatis-plugin-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.ocoop.framework.mybatis.plugin', module='mybatis-plugin-spring-boot-starter', version='1.2')
)
libraryDependencies += "cn.ocoop.framework.mybatis.plugin" % "mybatis-plugin-spring-boot-starter" % "1.2"
[cn.ocoop.framework.mybatis.plugin/mybatis-plugin-spring-boot-starter "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.1 |
cn.ocoop.framework.sql : sql-util | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |