# database-doc-generator **Repository Path**: lzh2019/database-doc-generator ## Basic Information - **Project Name**: database-doc-generator - **Description**: 快速生成数据库文档 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 说明 #### 基于screw项目数据库表结构文档生成Demo #### screw 项目地址:https://github.com/pingfangushi/screw.git #### 修改数据源 > src/test/resource 下 application.properties修改数据库连接 #### 修改生成文档设置 > 文件:src/test/java 下 DatabaseDocGeneratorApplicationTests.java > 第31行,根据实际修改路径 > 第35行,根据实际需要修改生成文档格式 > 第39行,设置生成文件的名称 > 第43行,设置文档的版本号 > 第53行,getProcessConfig 方法中设置生成指定表、忽略表等 ### 运行 #### DatabaseDocGeneratorApplicationTests 文件中 右键 运行 contextLoads() 即可。