Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

daiwenlong/mindoc

Repository files navigation

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数据库

About

数据库文档生成器

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /