# mindoc **Repository Path**: AmazingPeng/mindoc ## Basic Information - **Project Name**: mindoc - **Description**: 数据库文档生成器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-03-16 - **Last Updated**: 2022-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mindoc 数据库文档生成器 ## 介绍 通过配置数据库连接等基本信息,自动生成数据库设计文档。
可选择Word和PDF格式。 ## 使用方法 ### application.properties配置信息 #数据库连接信息
spring.datasource.url=jdbc:mysql://localhost:3306/reports
spring.datasource.username=root
spring.datasource.password=111111
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
#数据库类型
baseType=MySQL
#baseType=Oracle
#baseType=SQLite
#baseType=SQLServer
#baseType=PostgreSQL
#文档类型
fileType=pdf
#fileType=word
#数据库实例名
baseName=reports ### 运行MindocApplication #### 运行日志 ![image](https://github.com/daiwenlong/mindoc/blob/master/images/log.png) #### 生成文档 ![image](https://github.com/daiwenlong/mindoc/blob/master/images/show.png) #### 文档预览 ![image](https://github.com/daiwenlong/mindoc/blob/master/images/table.png) ### 桌面程序 #### 下载mindoc-1.1.jar双击运行 mindoc.jar只有Word格式,mindoc-1.1.jar有Word和PDF两种格式 ![image](https://github.com/daiwenlong/mindoc/blob/master/images/desk.png) #### 填写数据库信息 ![image](https://github.com/daiwenlong/mindoc/blob/master/images/data.png) #### 点击生成按钮 ![image](https://github.com/daiwenlong/mindoc/blob/master/images/view.png) #### 文档预览 ![image](https://github.com/daiwenlong/mindoc/blob/master/images/show1.png) 暂只支持MySQL,Oracle,SQLServer数据库