Last Version

easymulti-datasource-spring-boot-starter 2.1.1-RELEASE

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

License

License

Categories

Categories

Spring Boot Container Microservices Data
GroupId

GroupId

com.github.wujiuye
ArtifactId

ArtifactId

easymulti-datasource-spring-boot-starter
Version

Version

2.1.1-RELEASE
Type

Type

jar
Description

Description

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

Project URL

https://github.com/wujiuye/easymulti-datasource-spring-boot-starter
Source Code Management

Source Code Management

https://github.com/wujiuye/easymulti-datasource-spring-boot-starter

Download easymulti-datasource-spring-boot-starter 2.1.1-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.1-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.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.wujiuye/easymulti-datasource-spring-boot-starter/
implementation ("com.github.wujiuye:easymulti-datasource-spring-boot-starter:2.1.1-RELEASE")
'com.github.wujiuye:easymulti-datasource-spring-boot-starter:jar:2.1.1-RELEASE'
<dependency org="com.github.wujiuye" name="easymulti-datasource-spring-boot-starter" rev="2.1.1-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.1-RELEASE')
)
libraryDependencies += "com.github.wujiuye" % "easymulti-datasource-spring-boot-starter" % "2.1.1-RELEASE"
[com.github.wujiuye/easymulti-datasource-spring-boot-starter "2.1.1-RELEASE"]

Dependencies

compile (3)

Group / Artifact Type Version
org.aspectj : aspectjweaver jar 1.9.5
com.zaxxer : HikariCP jar 3.3.1
com.baomidou : mybatis-plus-boot-starter jar 3.3.2

Project Modules

There are no modules declared in this project.