License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdcom.seepine |
ArtifactId | ArtifactIdmybatis-spring-boot-starter |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-mybatis
Spring Boot Mybatis Dependencies
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.seepine/mybatis-spring-boot-starter/ -->
<dependency>
<groupId>com.seepine</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/mybatis-spring-boot-starter/
implementation 'com.seepine:mybatis-spring-boot-starter:0.0.4'
// https://jarcasting.com/artifacts/com.seepine/mybatis-spring-boot-starter/
implementation ("com.seepine:mybatis-spring-boot-starter:0.0.4")
'com.seepine:mybatis-spring-boot-starter:jar:0.0.4'
<dependency org="com.seepine" name="mybatis-spring-boot-starter" rev="0.0.4">
<artifact name="mybatis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='mybatis-spring-boot-starter', version='0.0.4')
)
libraryDependencies += "com.seepine" % "mybatis-spring-boot-starter" % "0.0.4"
[com.seepine/mybatis-spring-boot-starter "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.baomidou : mybatis-plus-boot-starter | jar | 3.5.2 |
com.baomidou : mybatis-plus-extension | jar | 3.5.2 |
mysql : mysql-connector-java | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-configuration-processor | jar | |
org.projectlombok : lombok Optional | jar |