基于 schemacrawler 整合Spring Boot 方便获取数据库元信息
- Schemacrawler 官方地址:http://www.schemacrawler.com/
- Schemacrawler GitHub :https://github.com/schemacrawler/SchemaCrawler
- 拷贝 Oracle-Drivers 的Oracle数据库驱动到你的Maven Repository 文件夹中(或者排除不需要的依赖)
<dependency>
<groupId>com.github.hiwepy</groupId>
<artifactId>schemacrawler-spring-boot-starter</artifactId>
<version>${project.version}</version>
</dependency>