License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdcom.alilitech |
ArtifactId | ArtifactIdmybatis-jpa-spring-boot-starter |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis jpa is an ORM framework based on mybatis.
|
<!-- https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa-spring-boot-starter/ -->
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>mybatis-jpa-spring-boot-starter</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa-spring-boot-starter/
implementation 'com.alilitech:mybatis-jpa-spring-boot-starter:2.0.2'
// https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa-spring-boot-starter/
implementation ("com.alilitech:mybatis-jpa-spring-boot-starter:2.0.2")
'com.alilitech:mybatis-jpa-spring-boot-starter:jar:2.0.2'
<dependency org="com.alilitech" name="mybatis-jpa-spring-boot-starter" rev="2.0.2">
<artifact name="mybatis-jpa-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='mybatis-jpa-spring-boot-starter', version='2.0.2')
)
libraryDependencies += "com.alilitech" % "mybatis-jpa-spring-boot-starter" % "2.0.2"
[com.alilitech/mybatis-jpa-spring-boot-starter "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.alilitech : mybatis-jpa-spring | jar | 2.0.2 |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.2.2 |
org.springframework.boot : spring-boot-starter-jdbc | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-test | jar | |
mysql : mysql-connector-java | jar | 8.0.28 |