m

mapper-spring-boot

Spring Boot Support for Mapper
https://github.com/abel533/mapper-boot-starter/
Files download
File Operation
mapper-spring-boot-2.0.3.pom download
Apache Maven
<dependency>
  <groupId>tk.mybatis</groupId>
  <artifactId>mapper-spring-boot</artifactId>
  <version>2.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'tk.mybatis:mapper-spring-boot:2.0.3'
Gradle Kotlin
implementation("tk.mybatis:mapper-spring-boot:2.0.3")
Scala SBT
libraryDependencies += "tk.mybatis" % "mapper-spring-boot" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='tk.mybatis', module='mapper-spring-boot', version='2.0.3')
)
Apache Ivy
<dependency org="tk.mybatis" name="mapper-spring-boot" rev="2.0.3" />
Leiningen
[tk.mybatis/mapper-spring-boot "2.0.3"]
Apache Buildr
'tk.mybatis:mapper-spring-boot:jar:2.0.3'