is not current version
Last Version 2.2

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

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

Categories

Categories

Spring Boot Container Microservices Data
GroupId

GroupId

com.github.xiaoyuge5201
ArtifactId

ArtifactId

datasource-spring-boot-starter
Version

Version

2.0
Type

Type

jar

Download datasource-spring-boot-starter 2.0


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