e

eap-spring-boot-starter-mybatis

数据库连接池、多数据源、事务、MyBatis 拓展,集成扩展extj数据库工具
https://github.com/eaopen/openea-eap
The Apache Software License, Version 2.0
Files download
File Operation
eap-spring-boot-starter-mybatis-2.2.0.jar download
eap-spring-boot-starter-mybatis-2.2.0.pom download
eap-spring-boot-starter-mybatis-2.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.eaopen</groupId>
  <artifactId>eap-spring-boot-starter-mybatis</artifactId>
  <version>2.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.eaopen:eap-spring-boot-starter-mybatis:2.2.0'
Gradle Kotlin
implementation("io.github.eaopen:eap-spring-boot-starter-mybatis:2.2.0")
Scala SBT
libraryDependencies += "io.github.eaopen" % "eap-spring-boot-starter-mybatis" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.eaopen', module='eap-spring-boot-starter-mybatis', version='2.2.0')
)
Apache Ivy
<dependency org="io.github.eaopen" name="eap-spring-boot-starter-mybatis" rev="2.2.0" />
Leiningen
[io.github.eaopen/eap-spring-boot-starter-mybatis "2.2.0"]
Apache Buildr
'io.github.eaopen:eap-spring-boot-starter-mybatis:jar:2.2.0'