com.github.yeecode.dynamicdatasource:DynamicDataSourceDemo

A tool that allows you to add, delete, and switch data sources while the program is running.

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.yeecode.dynamicdatasource
ArtifactId

ArtifactId

DynamicDataSourceDemo
Last Version

Last Version

1.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

A tool that allows you to add, delete, and switch data sources while the program is running.

Download DynamicDataSourceDemo

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.yeecode.dynamicdatasource/DynamicDataSourceDemo/ -->
<dependency>
    <groupId>com.github.yeecode.dynamicdatasource</groupId>
    <artifactId>DynamicDataSourceDemo</artifactId>
    <version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yeecode.dynamicdatasource/DynamicDataSourceDemo/
implementation 'com.github.yeecode.dynamicdatasource:DynamicDataSourceDemo:1.3.2'
// https://jarcasting.com/artifacts/com.github.yeecode.dynamicdatasource/DynamicDataSourceDemo/
implementation ("com.github.yeecode.dynamicdatasource:DynamicDataSourceDemo:1.3.2")
'com.github.yeecode.dynamicdatasource:DynamicDataSourceDemo:jar:1.3.2'
<dependency org="com.github.yeecode.dynamicdatasource" name="DynamicDataSourceDemo" rev="1.3.2">
  <artifact name="DynamicDataSourceDemo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yeecode.dynamicdatasource', module='DynamicDataSourceDemo', version='1.3.2')
)
libraryDependencies += "com.github.yeecode.dynamicdatasource" % "DynamicDataSourceDemo" % "1.3.2"
[com.github.yeecode.dynamicdatasource/DynamicDataSourceDemo "1.3.2"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.2.2.RELEASE
org.mybatis.spring.boot : mybatis-spring-boot-starter jar 2.1.1
com.github.yeecode.dynamicdatasource : DynamicDataSource jar 1.3.2
mysql : mysql-connector-java jar 8.0.18

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.2.2.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.2
1.3.0
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0