is not current version
Last Version 1.0.1

com.github.penggle:mybatis-ex 1.0.0

This project is an extension of mybatis by using dynamic executor bound with current thread to solve [Cannot change the ExecutorType when there is an existing transaction] for mybatis-spring project.

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.penggle
ArtifactId

ArtifactId

mybatis-ex
Version

Version

1.0.0
Type

Type

jar

Download mybatis-ex 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.penggle/mybatis-ex/ -->
<dependency>
    <groupId>com.github.penggle</groupId>
    <artifactId>mybatis-ex</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.penggle/mybatis-ex/
implementation 'com.github.penggle:mybatis-ex:1.0.0'
// https://jarcasting.com/artifacts/com.github.penggle/mybatis-ex/
implementation ("com.github.penggle:mybatis-ex:1.0.0")
'com.github.penggle:mybatis-ex:jar:1.0.0'
<dependency org="com.github.penggle" name="mybatis-ex" rev="1.0.0">
  <artifact name="mybatis-ex" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.penggle', module='mybatis-ex', version='1.0.0')
)
libraryDependencies += "com.github.penggle" % "mybatis-ex" % "1.0.0"
[com.github.penggle/mybatis-ex "1.0.0"]