is not current version
Last Version 2.1.1-RELEASE

com.github.wujiuye:easymulti-datasource-spring-boot-starter 2.1.0-RELEASE

只需要简单的在yml中配置数据源,就可以使用动态多数据源,然后在项目中使用注解切换数据源。并且整合mybatis-plus,不再需要繁琐的配置。

Categories

Categories

Spring Boot Container Microservices Data
GroupId

GroupId

com.github.wujiuye
ArtifactId

ArtifactId

easymulti-datasource-spring-boot-starter
Version

Version

2.1.0-RELEASE
Type

Type

jar

Download easymulti-datasource-spring-boot-starter 2.1.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.wujiuye/easymulti-datasource-spring-boot-starter/ -->
<dependency>
    <groupId>com.github.wujiuye</groupId>
    <artifactId>easymulti-datasource-spring-boot-starter</artifactId>
    <version>2.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wujiuye/easymulti-datasource-spring-boot-starter/
implementation 'com.github.wujiuye:easymulti-datasource-spring-boot-starter:2.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.wujiuye/easymulti-datasource-spring-boot-starter/
implementation ("com.github.wujiuye:easymulti-datasource-spring-boot-starter:2.1.0-RELEASE")
'com.github.wujiuye:easymulti-datasource-spring-boot-starter:jar:2.1.0-RELEASE'
<dependency org="com.github.wujiuye" name="easymulti-datasource-spring-boot-starter" rev="2.1.0-RELEASE">
  <artifact name="easymulti-datasource-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wujiuye', module='easymulti-datasource-spring-boot-starter', version='2.1.0-RELEASE')
)
libraryDependencies += "com.github.wujiuye" % "easymulti-datasource-spring-boot-starter" % "2.1.0-RELEASE"
[com.github.wujiuye/easymulti-datasource-spring-boot-starter "2.1.0-RELEASE"]