| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices Data Auto Application Layer Libs Code Generators config Configuration |
| GroupId | GroupIdcn.xphsc.boot |
| ArtifactId | ArtifactIddynamic-datasource-spring-boot-autoconfigure |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondynamic datasourc Spring Boot AutoConfigure 多数据源的启动器组件
|
<!-- https://jarcasting.com/artifacts/cn.xphsc.boot/dynamic-datasource-spring-boot-autoconfigure/ -->
<dependency>
<groupId>cn.xphsc.boot</groupId>
<artifactId>dynamic-datasource-spring-boot-autoconfigure</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xphsc.boot/dynamic-datasource-spring-boot-autoconfigure/
implementation 'cn.xphsc.boot:dynamic-datasource-spring-boot-autoconfigure:1.0.0'
// https://jarcasting.com/artifacts/cn.xphsc.boot/dynamic-datasource-spring-boot-autoconfigure/
implementation ("cn.xphsc.boot:dynamic-datasource-spring-boot-autoconfigure:1.0.0")
'cn.xphsc.boot:dynamic-datasource-spring-boot-autoconfigure:jar:1.0.0'
<dependency org="cn.xphsc.boot" name="dynamic-datasource-spring-boot-autoconfigure" rev="1.0.0">
<artifact name="dynamic-datasource-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xphsc.boot', module='dynamic-datasource-spring-boot-autoconfigure', version='1.0.0')
)
libraryDependencies += "cn.xphsc.boot" % "dynamic-datasource-spring-boot-autoconfigure" % "1.0.0"
[cn.xphsc.boot/dynamic-datasource-spring-boot-autoconfigure "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.0.0.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.0.RELEASE |
| com.alibaba : druid-spring-boot-starter Optional | jar | 1.2.6 |
| com.zaxxer : HikariCP Optional | jar | 4.0.3 |