Coder Social home page Coder Social logo

mindoc's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.