License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdcom.seepine |
ArtifactId | ArtifactIdspring-boot-starter-mybatis |
Last Version | Last Version0.0.3 |
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/spring-boot-starter-mybatis/ -->
<dependency>
<groupId>com.seepine</groupId>
<artifactId>spring-boot-starter-mybatis</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-mybatis/
implementation 'com.seepine:spring-boot-starter-mybatis:0.0.3'
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-mybatis/
implementation ("com.seepine:spring-boot-starter-mybatis:0.0.3")
'com.seepine:spring-boot-starter-mybatis:jar:0.0.3'
<dependency org="com.seepine" name="spring-boot-starter-mybatis" rev="0.0.3">
<artifact name="spring-boot-starter-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='spring-boot-starter-mybatis', version='0.0.3')
)
libraryDependencies += "com.seepine" % "spring-boot-starter-mybatis" % "0.0.3"
[com.seepine/spring-boot-starter-mybatis "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.baomidou : mybatis-plus-boot-starter | jar | 3.5.1 |
com.baomidou : mybatis-plus-extension | jar | 3.5.1 |
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 |