MVN

com.pongsky.kit : spring-boot-starter-dynamic-datasource

Maven & Gradle

Oct 27, 2022
8 stars

java-enhancement-kit · Java 增强套件 之 动态数据源 Spring Boot Starter 模块

<dependency>
    <groupId>com.pongsky.kit</groupId>
    <artifactId>spring-boot-starter-dynamic-datasource</artifactId>
    <version>4.1.3-2.4.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pongsky.kit : spring-boot-starter-dynamic-datasource to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.3-2.4.13

All Versions

Choose a version of com.pongsky.kit : spring-boot-starter-dynamic-datasource to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
spring-boot-starter-dynamic-datasource-4.1.3-2.4.13
spring-boot-starter-dynamic-datasource-4.1.2-2.4.13
spring-boot-starter-dynamic-datasource-4.1.1-2.4.13
spring-boot-starter-dynamic-datasource-4.1.0-2.4.13
4.0.x
spring-boot-starter-dynamic-datasource-4.0.0-2.4.13
3.11.x
spring-boot-starter-dynamic-datasource-3.11.1-2.4.13
spring-boot-starter-dynamic-datasource-3.11.0-2.4.13
3.10.x
spring-boot-starter-dynamic-datasource-3.10.1-2.4.13
spring-boot-starter-dynamic-datasource-3.10.0-2.4.13
3.9.x
spring-boot-starter-dynamic-datasource-3.9.1-2.4.13
spring-boot-starter-dynamic-datasource-3.9.0-2.4.13
3.8.x
spring-boot-starter-dynamic-datasource-3.8.6-2.4.13
spring-boot-starter-dynamic-datasource-3.8.5-2.4.13
spring-boot-starter-dynamic-datasource-3.8.4-2.4.13
spring-boot-starter-dynamic-datasource-3.8.3-2.4.13
spring-boot-starter-dynamic-datasource-3.8.2-2.4.13
spring-boot-starter-dynamic-datasource-3.8.1-2.4.13
spring-boot-starter-dynamic-datasource-3.8.0-2.4.13
3.7.x
spring-boot-starter-dynamic-datasource-3.7.0-2.4.13
3.6.x
spring-boot-starter-dynamic-datasource-3.6.0-2.4.13
3.5.x
spring-boot-starter-dynamic-datasource-3.5.0-2.4.13

How to add a dependency to Maven

Add the following com.pongsky.kit : spring-boot-starter-dynamic-datasource maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pongsky.kit</groupId>
    <artifactId>spring-boot-starter-dynamic-datasource</artifactId>
    <version>4.1.3-2.4.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pongsky.kit : spring-boot-starter-dynamic-datasource gradle dependency to your build.gradle file:

implementation 'com.pongsky.kit:spring-boot-starter-dynamic-datasource:4.1.3-2.4.13'

Gradle Kotlin DSL: Add the following com.pongsky.kit : spring-boot-starter-dynamic-datasource gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pongsky.kit:spring-boot-starter-dynamic-datasource:4.1.3-2.4.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pongsky.kit : spring-boot-starter-dynamic-datasource sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pongsky.kit" % "spring-boot-starter-dynamic-datasource" % "4.1.3-2.4.13"