Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lightweight-component/aj-fast-doc


https://github.com/lightweight-component/aj-fast-doc

Last synced: about 6 hours ago
JSON representation

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