Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdcom.github.minlingchao1 |
ArtifactId | ArtifactIdspring-boot-dynamic-datasource-starter |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-dynamic-datasource-starter
|
<!-- https://jarcasting.com/artifacts/com.github.minlingchao1/spring-boot-dynamic-datasource-starter/ -->
<dependency>
<groupId>com.github.minlingchao1</groupId>
<artifactId>spring-boot-dynamic-datasource-starter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.minlingchao1/spring-boot-dynamic-datasource-starter/
implementation 'com.github.minlingchao1:spring-boot-dynamic-datasource-starter:1.0.0'
// https://jarcasting.com/artifacts/com.github.minlingchao1/spring-boot-dynamic-datasource-starter/
implementation ("com.github.minlingchao1:spring-boot-dynamic-datasource-starter:1.0.0")
'com.github.minlingchao1:spring-boot-dynamic-datasource-starter:jar:1.0.0'
<dependency org="com.github.minlingchao1" name="spring-boot-dynamic-datasource-starter" rev="1.0.0">
<artifact name="spring-boot-dynamic-datasource-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.minlingchao1', module='spring-boot-dynamic-datasource-starter', version='1.0.0')
)
libraryDependencies += "com.github.minlingchao1" % "spring-boot-dynamic-datasource-starter" % "1.0.0"
[com.github.minlingchao1/spring-boot-dynamic-datasource-starter "1.0.0"]