License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.jun1st |
ArtifactId | ArtifactIdmaster-slave-datasource-starter |
Version | Version0.5.0 |
Type | Typejar |
Description |
Descriptionmaster-slave-datasource-starter
mysql master slave datasource support for spring boot starter
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.jun1st/master-slave-datasource-starter/ -->
<dependency>
<groupId>com.github.jun1st</groupId>
<artifactId>master-slave-datasource-starter</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jun1st/master-slave-datasource-starter/
implementation 'com.github.jun1st:master-slave-datasource-starter:0.5.0'
// https://jarcasting.com/artifacts/com.github.jun1st/master-slave-datasource-starter/
implementation ("com.github.jun1st:master-slave-datasource-starter:0.5.0")
'com.github.jun1st:master-slave-datasource-starter:jar:0.5.0'
<dependency org="com.github.jun1st" name="master-slave-datasource-starter" rev="0.5.0">
<artifact name="master-slave-datasource-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jun1st', module='master-slave-datasource-starter', version='0.5.0')
)
libraryDependencies += "com.github.jun1st" % "master-slave-datasource-starter" % "0.5.0"
[com.github.jun1st/master-slave-datasource-starter "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.3.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.0.3.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.8 |
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.0.3.RELEASE |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.2 |