MVN

com.github.xiaoyuge5201 : datasource-spring-boot-starter

Maven & Gradle

Apr 17, 2022

datasource-spring-boot-starter · 数据库连接工具,查询mysql、oracle、sqlserver、postgresql的数据表以及字段信息;同时支持导出数据库设计文档

<dependency>
    <groupId>com.github.xiaoyuge5201</groupId>
    <artifactId>datasource-spring-boot-starter</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xiaoyuge5201 : datasource-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of com.github.xiaoyuge5201 : datasource-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
datasource-spring-boot-starter-2.1
2.0
datasource-spring-boot-starter-2.0
1.9
datasource-spring-boot-starter-1.9
1.8
datasource-spring-boot-starter-1.8
1.7
datasource-spring-boot-starter-1.7
1.6
datasource-spring-boot-starter-1.6
1.5
datasource-spring-boot-starter-1.5
1.4
datasource-spring-boot-starter-1.4
1.3
datasource-spring-boot-starter-1.3
1.2
datasource-spring-boot-starter-1.2
1.1
datasource-spring-boot-starter-1.1
1.0
datasource-spring-boot-starter-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.xiaoyuge5201</groupId>
    <artifactId>datasource-spring-boot-starter</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.xiaoyuge5201:datasource-spring-boot-starter:2.1'

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

implementation("com.github.xiaoyuge5201:datasource-spring-boot-starter:2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.xiaoyuge5201" % "datasource-spring-boot-starter" % "2.1"