is not current version
Last Version 2.2

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

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

Categories

Categories

Spring Boot Container Microservices Data
GroupId

GroupId

com.github.xiaoyuge5201
ArtifactId

ArtifactId

datasource-spring-boot-starter
Version

Version

1.6
Type

Type

jar

Download datasource-spring-boot-starter 1.6


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