All Projects → daiwenlong → mindoc

daiwenlong / mindoc

Licence: other
数据库文档生成器

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to mindoc

springboot-learning-demo
springboot学习示例
Stars: ✭ 17 (-37.04%)
Mutual labels:  freemarker
common-datax
基于DataX的通用数据同步微服务,一个Restful接口搞定所有通用数据同步
Stars: ✭ 51 (+88.89%)
Mutual labels:  freemarker
ftl-node
ftl parse html static server
Stars: ✭ 21 (-22.22%)
Mutual labels:  freemarker
project-3-crm
⭐crm 客户关系管理系统模板⭐一个不错的后台管理种子项目,拥有自由设置角色自由分配权限🔑的权限管理功能,三员管理多员管理均可,前端antd vue admin后端spring-boot-api-seedling 拥有完善的功能。文档包含需求文档,设计文档和测试文档等。同时配置了travis,拥有集成测试和自动构建的功能。
Stars: ✭ 128 (+374.07%)
Mutual labels:  freemarker
single-sign-on-out-jwt-cookie-redis-java-springboot-freemarker
Single Sign Out, Scalable Authentication Example with JSON Web Token (JWT), Spring Boot and Redis
Stars: ✭ 15 (-44.44%)
Mutual labels:  freemarker
Blended
The Most Versatile Static HTML Site Generator
Stars: ✭ 22 (-18.52%)
Mutual labels:  microsoft-word
springboot-action
Spring Boot 入门学习示例。
Stars: ✭ 29 (+7.41%)
Mutual labels:  freemarker
springboot-chapter
🚀Spring Boot 2.0基础教程。主流框架整合,实践学习案例。
Stars: ✭ 23 (-14.81%)
Mutual labels:  freemarker
blog-springboot
My blog with springboot framework
Stars: ✭ 14 (-48.15%)
Mutual labels:  freemarker
shik
shik项目基于springcloud微服务搭建的分布式项目。搭建了shik-config云公共配置,通过shik-RA服务注册发现各个模块,通过shik-zuul路由转发与统一接口。并整合了包括mybatis,jpa,jedis,quartz,freemarker和layui等多个模块,支持spring-session二级域名共享session,使用了RESTful方式提供api接口
Stars: ✭ 89 (+229.63%)
Mutual labels:  freemarker
officeexport-java
三行代码导出自定义样式word
Stars: ✭ 68 (+151.85%)
Mutual labels:  freemarker
huanhuan-blog
一个java版本freemarker的小博客项目
Stars: ✭ 19 (-29.63%)
Mutual labels:  freemarker
mee-admin
admin、cms、console 等多用途开源后台系统
Stars: ✭ 117 (+333.33%)
Mutual labels:  freemarker
Mail-Merge-Examples
Mail merge data to a Word document in C#, VB.NET without Microsoft Word or interop.
Stars: ✭ 26 (-3.7%)
Mutual labels:  microsoft-word
www.renfei.net
任霏的个人网站与博客,基于SpringBoot开发,包含博客、相册、视频、工具箱等栏目,这个项目也是我的实验室,各种新奇的技术将在这里尝试。 https://www.renfei.net
Stars: ✭ 13 (-51.85%)
Mutual labels:  freemarker
freemarker-parser
Freemarker Parser is a javascript implementation of the Freemarker
Stars: ✭ 29 (+7.41%)
Mutual labels:  freemarker
authority-manage-system
使用SpringBoot/WebFlux+Shiro+JPA+Java/Scala,实现的基于数据库细粒度动态权限管理系统
Stars: ✭ 66 (+144.44%)
Mutual labels:  freemarker
freemarker-generator
Apache FreeMarker Generator
Stars: ✭ 25 (-7.41%)
Mutual labels:  freemarker
Clownfish
Smart Content Management System using Spring Boot
Stars: ✭ 14 (-48.15%)
Mutual labels:  freemarker
stuhack
Chrome extension for studocu premium free
Stars: ✭ 117 (+333.33%)
Mutual labels:  freemarker

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].