License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdcom.maxplus1 |
ArtifactId | ArtifactIdmybatis-spring-boot-starter |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionparent
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.maxplus1/mybatis-spring-boot-starter/ -->
<dependency>
<groupId>com.maxplus1</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.maxplus1/mybatis-spring-boot-starter/
implementation 'com.maxplus1:mybatis-spring-boot-starter:2.0.1'
// https://jarcasting.com/artifacts/com.maxplus1/mybatis-spring-boot-starter/
implementation ("com.maxplus1:mybatis-spring-boot-starter:2.0.1")
'com.maxplus1:mybatis-spring-boot-starter:jar:2.0.1'
<dependency org="com.maxplus1" name="mybatis-spring-boot-starter" rev="2.0.1">
<artifact name="mybatis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.maxplus1', module='mybatis-spring-boot-starter', version='2.0.1')
)
libraryDependencies += "com.maxplus1" % "mybatis-spring-boot-starter" % "2.0.1"
[com.maxplus1/mybatis-spring-boot-starter "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.0.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.0.0.RELEASE |
org.mybatis : mybatis | jar | 3.4.6 |
org.mybatis : mybatis-spring | jar | 1.3.2 |
com.github.pagehelper : pagehelper | jar | 5.1.1 |
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.0.0.RELEASE |
com.alibaba : druid | jar | 1.1.10 |
org.projectlombok : lombok | jar | 1.18.2 |