Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hiwepy/schemacrawler-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2018-04-05T01:21:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T16:54:11.000Z (over 2 years ago)
- Last Synced: 2024-11-30T09:38:43.432Z (about 1 month ago)
- Topics: schemacrawler, spring-boot
- Language: Java
- Size: 220 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}```