License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdcom.github.chenlei2 |
ArtifactId | ArtifactIdspring-boot-mybatis-rw-starter |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-mybatis-rw-starter
基于mybatis,springboot开箱即用的读写分离插件
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.chenlei2/spring-boot-mybatis-rw-starter/ -->
<dependency>
<groupId>com.github.chenlei2</groupId>
<artifactId>spring-boot-mybatis-rw-starter</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chenlei2/spring-boot-mybatis-rw-starter/
implementation 'com.github.chenlei2:spring-boot-mybatis-rw-starter:0.0.2'
// https://jarcasting.com/artifacts/com.github.chenlei2/spring-boot-mybatis-rw-starter/
implementation ("com.github.chenlei2:spring-boot-mybatis-rw-starter:0.0.2")
'com.github.chenlei2:spring-boot-mybatis-rw-starter:jar:0.0.2'
<dependency org="com.github.chenlei2" name="spring-boot-mybatis-rw-starter" rev="0.0.2">
<artifact name="spring-boot-mybatis-rw-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chenlei2', module='spring-boot-mybatis-rw-starter', version='0.0.2')
)
libraryDependencies += "com.github.chenlei2" % "spring-boot-mybatis-rw-starter" % "0.0.2"
[com.github.chenlei2/spring-boot-mybatis-rw-starter "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.4.1 |
org.mybatis : mybatis-spring | jar | 1.3.0 |
org.springframework.boot : spring-boot-starter-jdbc | jar |