m

mybatisplus-spring-boot-starter

An enhanced toolkit of Mybatis to simplify development Spring-Boot-Starter.
https://github.com/baomidou/mybatisplus-boot-starter
The Apache License, Version 2.0
hubin
Files download
File Operation
mybatisplus-spring-boot-starter-1.0.5.jar download
mybatisplus-spring-boot-starter-1.0.5.pom download
mybatisplus-spring-boot-starter-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.baomidou</groupId>
  <artifactId>mybatisplus-spring-boot-starter</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.baomidou:mybatisplus-spring-boot-starter:1.0.5'
Gradle Kotlin
implementation("com.baomidou:mybatisplus-spring-boot-starter:1.0.5")
Scala SBT
libraryDependencies += "com.baomidou" % "mybatisplus-spring-boot-starter" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.baomidou', module='mybatisplus-spring-boot-starter', version='1.0.5')
)
Apache Ivy
<dependency org="com.baomidou" name="mybatisplus-spring-boot-starter" rev="1.0.5" />
Leiningen
[com.baomidou/mybatisplus-spring-boot-starter "1.0.5"]
Apache Buildr
'com.baomidou:mybatisplus-spring-boot-starter:jar:1.0.5'