# schemacrawler-spring-boot-starter **Repository Path**: hiwepy/schemacrawler-spring-boot-starter ## Basic Information - **Project Name**: schemacrawler-spring-boot-starter - **Description**: Spring Boot Starter For Schemacrawler - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2021-07-19 - **Last Updated**: 2024-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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} ```