is not current version
Last Version 0.0.4.RELEASE

com.gitee.sunchenbin:springboot-mybatis-wr-separation 0.0.2.RELEASE

springboot-mybatis-wr-separation is a Maven project based on SpringBoot and Mybatis, which is Provide read-write separation function.Supporting one master DB and one slave DB.

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.gitee.sunchenbin
ArtifactId

ArtifactId

springboot-mybatis-wr-separation
Version

Version

0.0.2.RELEASE
Type

Type

jar

Download springboot-mybatis-wr-separation 0.0.2.RELEASE


<!-- https://jarcasting.com/artifacts/com.gitee.sunchenbin/springboot-mybatis-wr-separation/ -->
<dependency>
    <groupId>com.gitee.sunchenbin</groupId>
    <artifactId>springboot-mybatis-wr-separation</artifactId>
    <version>0.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.sunchenbin/springboot-mybatis-wr-separation/
implementation 'com.gitee.sunchenbin:springboot-mybatis-wr-separation:0.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.gitee.sunchenbin/springboot-mybatis-wr-separation/
implementation ("com.gitee.sunchenbin:springboot-mybatis-wr-separation:0.0.2.RELEASE")
'com.gitee.sunchenbin:springboot-mybatis-wr-separation:jar:0.0.2.RELEASE'
<dependency org="com.gitee.sunchenbin" name="springboot-mybatis-wr-separation" rev="0.0.2.RELEASE">
  <artifact name="springboot-mybatis-wr-separation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.sunchenbin', module='springboot-mybatis-wr-separation', version='0.0.2.RELEASE')
)
libraryDependencies += "com.gitee.sunchenbin" % "springboot-mybatis-wr-separation" % "0.0.2.RELEASE"
[com.gitee.sunchenbin/springboot-mybatis-wr-separation "0.0.2.RELEASE"]