Daiwenlong Mindoc Save

数据库文档生成器

Project 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

生成文档

image

文档预览

image

桌面程序

下载mindoc-1.1.jar双击运行

mindoc.jar只有Word格式,mindoc-1.1.jar有Word和PDF两种格式 image

填写数据库信息

image

点击生成按钮

image

文档预览

image

暂只支持MySQL,Oracle,SQLServer数据库

Open Source Agenda is not affiliated with "Daiwenlong Mindoc" Project. README Source: daiwenlong/mindoc
Stars
29
Open Issues
0
Last Commit
5 years ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating