Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdio.github.skyXingren |
ArtifactId | ArtifactIdmulti-datasource-spring-boot-starter |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.skyXingren/multi-datasource-spring-boot-starter/ -->
<dependency>
<groupId>io.github.skyXingren</groupId>
<artifactId>multi-datasource-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.skyXingren/multi-datasource-spring-boot-starter/
implementation 'io.github.skyXingren:multi-datasource-spring-boot-starter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.skyXingren/multi-datasource-spring-boot-starter/
implementation ("io.github.skyXingren:multi-datasource-spring-boot-starter:1.0.0.RELEASE")
'io.github.skyXingren:multi-datasource-spring-boot-starter:jar:1.0.0.RELEASE'
<dependency org="io.github.skyXingren" name="multi-datasource-spring-boot-starter" rev="1.0.0.RELEASE">
<artifact name="multi-datasource-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.skyXingren', module='multi-datasource-spring-boot-starter', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.skyXingren" % "multi-datasource-spring-boot-starter" % "1.0.0.RELEASE"
[io.github.skyXingren/multi-datasource-spring-boot-starter "1.0.0.RELEASE"]