Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.freegeese |
ArtifactId | ArtifactIdeasy-mybatis-spring-boot-starter |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneasy-mybatis-spring-boot-starter
|
<!-- https://jarcasting.com/artifacts/com.github.freegeese/easy-mybatis-spring-boot-starter/ -->
<dependency>
<groupId>com.github.freegeese</groupId>
<artifactId>easy-mybatis-spring-boot-starter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.freegeese/easy-mybatis-spring-boot-starter/
implementation 'com.github.freegeese:easy-mybatis-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/com.github.freegeese/easy-mybatis-spring-boot-starter/
implementation ("com.github.freegeese:easy-mybatis-spring-boot-starter:1.0")
'com.github.freegeese:easy-mybatis-spring-boot-starter:jar:1.0'
<dependency org="com.github.freegeese" name="easy-mybatis-spring-boot-starter" rev="1.0">
<artifact name="easy-mybatis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.freegeese', module='easy-mybatis-spring-boot-starter', version='1.0')
)
libraryDependencies += "com.github.freegeese" % "easy-mybatis-spring-boot-starter" % "1.0"
[com.github.freegeese/easy-mybatis-spring-boot-starter "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.freegeese : easy-mybatis-spring | jar | |
org.mybatis : mybatis-spring | jar | |
org.springframework.boot : spring-boot-starter | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |