Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightweight-component/aj-database-doc
https://github.com/lightweight-component/aj-database-doc
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lightweight-component/aj-database-doc
- Owner: lightweight-component
- License: apache-2.0
- Created: 2024-06-13T11:43:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T03:52:50.000Z (5 months ago)
- Last Synced: 2024-06-19T10:56:14.624Z (5 months ago)
- Language: Java
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 实用工具 Database-doc:数据库文档展示工具
数据库文档展示工具(Database-doc),又叫数据库注释浏览工具,是一个简单的数据库展示各个字段注释的开源工具。它包含下面的功能。
- 读取数据库的元数据(Meta data)转化为 HTML 呈现。
- 支持多数据源切换。当前仅支持 MySQL 数据库
- 提供一个简单的代码生成器,可快速地将某张表转化为 JavaBean
- Java Spring 项目,依赖少,方便集成该工具如下截图所示,
- 在线演示地址请点击 https://framework.ajaxjs.com/demo/database-doc/。
- 源码:[https://gitee.com/sp42_admin/ajaxjs/tree/master/aj-backend/aj-developer-tools/aj-database-doc](https://gitee.com/sp42_admin/ajaxjs/tree/master/aj-backend/aj-developer-tools/aj-database-doc)。
- Maven POM 依赖:```xml
com.ajaxjs
aj-database-doc
1.0.0```