License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.gitee.sunchenbin |
ArtifactId | ArtifactIdspringboot-mybatis-wr-separation |
Last Version | Last Version0.0.4.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspringboot-mybatis-wr-separation
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.sunchenbin/springboot-mybatis-wr-separation/
implementation 'com.gitee.sunchenbin:springboot-mybatis-wr-separation:0.0.4.RELEASE'
// https://jarcasting.com/artifacts/com.gitee.sunchenbin/springboot-mybatis-wr-separation/
implementation ("com.gitee.sunchenbin:springboot-mybatis-wr-separation:0.0.4.RELEASE")
'com.gitee.sunchenbin:springboot-mybatis-wr-separation:jar:0.0.4.RELEASE'
<dependency org="com.gitee.sunchenbin" name="springboot-mybatis-wr-separation" rev="0.0.4.RELEASE">
<artifact name="springboot-mybatis-wr-separation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.sunchenbin', module='springboot-mybatis-wr-separation', version='0.0.4.RELEASE')
)
libraryDependencies += "com.gitee.sunchenbin" % "springboot-mybatis-wr-separation" % "0.0.4.RELEASE"
[com.gitee.sunchenbin/springboot-mybatis-wr-separation "0.0.4.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-aop | jar | 1.5.4.RELEASE |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.1 |