Last Version

mybatis-jpa-boot-starter 1.0-RELEASE

Spring Boot starter for Mybatis-Jpa

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

org.singledog
ArtifactId

ArtifactId

mybatis-jpa-boot-starter
Version

Version

1.0-RELEASE
Type

Type

pom
Description

Description

mybatis-jpa-boot-starter
Spring Boot starter for Mybatis-Jpa

Download mybatis-jpa-boot-starter 1.0-RELEASE


<!-- https://jarcasting.com/artifacts/org.singledog/mybatis-jpa-boot-starter/ -->
<dependency>
    <groupId>org.singledog</groupId>
    <artifactId>mybatis-jpa-boot-starter</artifactId>
    <version>1.0-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.singledog/mybatis-jpa-boot-starter/
implementation 'org.singledog:mybatis-jpa-boot-starter:1.0-RELEASE'
// https://jarcasting.com/artifacts/org.singledog/mybatis-jpa-boot-starter/
implementation ("org.singledog:mybatis-jpa-boot-starter:1.0-RELEASE")
'org.singledog:mybatis-jpa-boot-starter:pom:1.0-RELEASE'
<dependency org="org.singledog" name="mybatis-jpa-boot-starter" rev="1.0-RELEASE">
  <artifact name="mybatis-jpa-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.singledog', module='mybatis-jpa-boot-starter', version='1.0-RELEASE')
)
libraryDependencies += "org.singledog" % "mybatis-jpa-boot-starter" % "1.0-RELEASE"
[org.singledog/mybatis-jpa-boot-starter "1.0-RELEASE"]

Dependencies

compile (2)

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

Project Modules

  • mybatis-jpa-boot-starter-autoconfig
  • mybatis-jpa-springboot-starter