License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration MyBatis Data ORM |
GroupId | GroupIdorg.singledog |
ArtifactId | ArtifactIdmybatis-jpa-boot-starter-autoconfig |
Last Version | Last Version1.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-jpa-boot-starter-autoconfig
Spring Boot starter for Mybatis-Jpa
|
<!-- https://jarcasting.com/artifacts/org.singledog/mybatis-jpa-boot-starter-autoconfig/ -->
<dependency>
<groupId>org.singledog</groupId>
<artifactId>mybatis-jpa-boot-starter-autoconfig</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.singledog/mybatis-jpa-boot-starter-autoconfig/
implementation 'org.singledog:mybatis-jpa-boot-starter-autoconfig:1.0-RELEASE'
// https://jarcasting.com/artifacts/org.singledog/mybatis-jpa-boot-starter-autoconfig/
implementation ("org.singledog:mybatis-jpa-boot-starter-autoconfig:1.0-RELEASE")
'org.singledog:mybatis-jpa-boot-starter-autoconfig:jar:1.0-RELEASE'
<dependency org="org.singledog" name="mybatis-jpa-boot-starter-autoconfig" rev="1.0-RELEASE">
<artifact name="mybatis-jpa-boot-starter-autoconfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.singledog', module='mybatis-jpa-boot-starter-autoconfig', version='1.0-RELEASE')
)
libraryDependencies += "org.singledog" % "mybatis-jpa-boot-starter-autoconfig" % "1.0-RELEASE"
[org.singledog/mybatis-jpa-boot-starter-autoconfig "1.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.2.0 |
org.singledog : mybatis-jpa | jar | 3.4.5-RC1 |