Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightweight-component/aj-fast-doc
https://github.com/lightweight-component/aj-fast-doc
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lightweight-component/aj-fast-doc
- Owner: lightweight-component
- License: apache-2.0
- Created: 2024-06-13T11:44:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T03:58:27.000Z (5 months ago)
- Last Synced: 2024-06-19T11:02:11.960Z (5 months ago)
- Language: Java
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastDoc 文档提取工具
简单、实用的 HTTP API 文档生成工具,支持 Spring MVC/Spring Boot 下的控制器信息提取,类似 Swagger 但稍有不同的机制。
- 在线演示: https://framework.ajaxjs.com/demo/fast-doc/
- 教程:https://blog.csdn.net/zhangxin09/article/details/128687942
- Maven 依赖:```xml
com.ajaxjs
aj-fast-doc
1.0.0```
TODO:
- 结构复杂的 Bean 返回,当前只是显示一层;
- 接口,获取父类的,否则获取不了控制器方法的 javadoc