m

mybatis-enhance-spring-boot-autoconfigure

MyBatis Enhance SpringBoot Starter AutoConfigure
文件下载
文件名 操作
mybatis-enhance-spring-boot-autoconfigure-1.0.4.RELEASE.jar 下载
mybatis-enhance-spring-boot-autoconfigure-1.0.4.RELEASE.pom 下载
mybatis-enhance-spring-boot-autoconfigure-1.0.4.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.gitee.hengboy</groupId>
  <artifactId>mybatis-enhance-spring-boot-autoconfigure</artifactId>
  <version>1.0.4.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.gitee.hengboy:mybatis-enhance-spring-boot-autoconfigure:1.0.4.RELEASE'
Gradle Kotlin
implementation("com.gitee.hengboy:mybatis-enhance-spring-boot-autoconfigure:1.0.4.RELEASE")
Scala SBT
libraryDependencies += "com.gitee.hengboy" % "mybatis-enhance-spring-boot-autoconfigure" % "1.0.4.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.gitee.hengboy', module='mybatis-enhance-spring-boot-autoconfigure', version='1.0.4.RELEASE')
)
Apache Ivy
<dependency org="com.gitee.hengboy" name="mybatis-enhance-spring-boot-autoconfigure" rev="1.0.4.RELEASE" />
Leiningen
[com.gitee.hengboy/mybatis-enhance-spring-boot-autoconfigure "1.0.4.RELEASE"]
Apache Buildr
'com.gitee.hengboy:mybatis-enhance-spring-boot-autoconfigure:jar:1.0.4.RELEASE'