e

eap-spring-boot-starter-mybatis

数据库连接池、多数据源、事务、MyBatis 拓展
https://github.com/eaopen/openea-eap
The Apache Software License, Version 2.0
文件下载
文件名 操作
eap-spring-boot-starter-mybatis-2.6.2.jar 下载
eap-spring-boot-starter-mybatis-2.6.2.pom 下载
eap-spring-boot-starter-mybatis-2.6.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.eaopen</groupId>
  <artifactId>eap-spring-boot-starter-mybatis</artifactId>
  <version>2.6.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.eaopen:eap-spring-boot-starter-mybatis:2.6.2'
Gradle Kotlin
implementation("io.github.eaopen:eap-spring-boot-starter-mybatis:2.6.2")
Scala SBT
libraryDependencies += "io.github.eaopen" % "eap-spring-boot-starter-mybatis" % "2.6.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.eaopen', module='eap-spring-boot-starter-mybatis', version='2.6.2')
)
Apache Ivy
<dependency org="io.github.eaopen" name="eap-spring-boot-starter-mybatis" rev="2.6.2" />
Leiningen
[io.github.eaopen/eap-spring-boot-starter-mybatis "2.6.2"]
Apache Buildr
'io.github.eaopen:eap-spring-boot-starter-mybatis:jar:2.6.2'