Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiwepy/schemacrawler-spring-boot-starter

Spring Boot Starter For Schemacrawler
https://github.com/hiwepy/schemacrawler-spring-boot-starter

schemacrawler spring-boot

Last synced: 23 days ago
JSON representation

Spring Boot Starter For Schemacrawler

Awesome Lists containing this project

README

        

# schemacrawler-spring-boot-starter

### 说明

> 基于 schemacrawler 整合Spring Boot 方便获取数据库元信息

1. [Schemacrawler 官方地址:http://www.schemacrawler.com/](http://www.schemacrawler.com/)
2. [Schemacrawler GitHub :https://github.com/schemacrawler/SchemaCrawler](https://github.com/schemacrawler/SchemaCrawler)
3. 拷贝 Oracle-Drivers 的Oracle数据库驱动到你的Maven Repository 文件夹中(或者排除不需要的依赖)

### Maven

``` xml

com.github.hiwepy
schemacrawler-spring-boot-starter
${project.version}

```