m

mapper-spring-boot

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