datasource-spring-boot-starter

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

License

License

Categories

Categories

Spring Boot Container Microservices Data
GroupId

GroupId

com.github.xiaoyuge5201
ArtifactId

ArtifactId

datasource-spring-boot-starter
Last Version

Last Version

2.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download datasource-spring-boot-starter

How to add to project

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

Dependencies

compile (12)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure Optional jar 2.0.4.RELEASE
org.springframework.boot : spring-boot-starter Optional jar 2.0.4.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.4.RELEASE
org.apache.commons : commons-lang3 Optional jar 3.4
cn.afterturn : easypoi-base jar 4.4.0
cn.afterturn : easypoi-web jar 4.4.0
cn.afterturn : easypoi-annotation jar 4.4.0
com.github.crab2died : Excel4J Optional jar 3.0.0-Alpha
org.springframework.boot : spring-boot-starter-log4j2 jar 2.6.6
org.apache.logging.log4j : log4j-api jar 2.17.1
org.apache.logging.log4j : log4j-core jar 2.17.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.17.1

provided (5)

Group / Artifact Type Version
com.alibaba : fastjson jar 1.2.75
javax.servlet : javax.servlet-api Optional jar 4.0.1
com.google.guava : guava jar 21.0
org.apache.poi : poi-ooxml Optional jar 5.2.2
org.apache.poi : poi Optional jar 5.2.2

Project Modules

There are no modules declared in this project.

Versions

Version
2.2
2.1
2.0
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0