s

spring-boot-starter-dynamicDataSource

this is easy dynamic datasource component
https://github.com/136750162/DynamicDataSource
The Apache Software License, Version 2.0
Evan
Files download
File Operation
spring-boot-starter-dynamicDataSource-0.1.1.jar download
spring-boot-starter-dynamicDataSource-0.1.1.pom download
spring-boot-starter-dynamicDataSource-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.136750162</groupId>
  <artifactId>spring-boot-starter-dynamicDataSource</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.136750162:spring-boot-starter-dynamicDataSource:0.1.1'
Gradle Kotlin
implementation("io.github.136750162:spring-boot-starter-dynamicDataSource:0.1.1")
Scala SBT
libraryDependencies += "io.github.136750162" % "spring-boot-starter-dynamicDataSource" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.136750162', module='spring-boot-starter-dynamicDataSource', version='0.1.1')
)
Apache Ivy
<dependency org="io.github.136750162" name="spring-boot-starter-dynamicDataSource" rev="0.1.1" />
Leiningen
[io.github.136750162/spring-boot-starter-dynamicDataSource "0.1.1"]
Apache Buildr
'io.github.136750162:spring-boot-starter-dynamicDataSource:jar:0.1.1'