https://github.com/shilohooo/data-dict-build-tool
数据库数据字典生成工具,支持mysql和oracle的数据字典导出
https://github.com/shilohooo/data-dict-build-tool
excel-export java tool utility
Last synced: 8 months ago
JSON representation
数据库数据字典生成工具,支持mysql和oracle的数据字典导出
- Host: GitHub
- URL: https://github.com/shilohooo/data-dict-build-tool
- Owner: shilohooo
- License: mit
- Created: 2020-10-12T09:25:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-06T09:17:37.000Z (almost 3 years ago)
- Last Synced: 2023-09-06T10:33:21.479Z (almost 3 years ago)
- Topics: excel-export, java, tool, utility
- Language: Java
- Homepage:
- Size: 572 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# data-dict-build-tool
数据库数据字典生成工具,支持mysql和oracle的数据字典导出
## 使用方法
1. 修改配置文件中的MySQL数据库连接信息:用户名和密码

说明,数据库帐号密码采用jasypt加密,参考资料:https://github.com/ulisesbocchio/jasypt-spring-boot
2. 修改需要导出数据字典的数据库类型

3. 修改需要导出数据库的名称
1. 数据库类型为mysql时,修改app.table-schema为需要导出数据字典的数据库名称

2. 数据库类型为oracle时,修改app.owner为oracle表空间所属的用户名

4. 修改数据字典文件导出路径,默认放在D盘

5. 运行程序即可
