s

spring-boot-starter-mybatis-enhance

MyBatis Enhance SpringBoot Starter
https://gitee.com/hengboy/mybatis-enhance
Files download
File Operation
spring-boot-starter-mybatis-enhance-1.1.1.RELEASE.jar download
spring-boot-starter-mybatis-enhance-1.1.1.RELEASE.pom download
spring-boot-starter-mybatis-enhance-1.1.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gitee.hengboy</groupId>
  <artifactId>spring-boot-starter-mybatis-enhance</artifactId>
  <version>1.1.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.gitee.hengboy:spring-boot-starter-mybatis-enhance:1.1.1.RELEASE'
Gradle Kotlin
implementation("com.gitee.hengboy:spring-boot-starter-mybatis-enhance:1.1.1.RELEASE")
Scala SBT
libraryDependencies += "com.gitee.hengboy" % "spring-boot-starter-mybatis-enhance" % "1.1.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.gitee.hengboy', module='spring-boot-starter-mybatis-enhance', version='1.1.1.RELEASE')
)
Apache Ivy
<dependency org="com.gitee.hengboy" name="spring-boot-starter-mybatis-enhance" rev="1.1.1.RELEASE" />
Leiningen
[com.gitee.hengboy/spring-boot-starter-mybatis-enhance "1.1.1.RELEASE"]
Apache Buildr
'com.gitee.hengboy:spring-boot-starter-mybatis-enhance:jar:1.1.1.RELEASE'