smart-doc is a tool that simultaneously supports the generation of JAVA REST API and Apache Dubbo RPC interface documentation. smart-doc automatically analyzes and generates api interface documentation by leveraging interface generics and javadoc comments, without any annotation intrusion into the business code. Just introduce the maven or gradle plugin provided by smart-doc in the project, and then write the javadoc comments according to the specification to generate the api documentation. At the same time, smart-doc also supports the generation of documents in standards such as openapi and postman, which can be directly imported into relevant tools for testing after generation.
Currently, it has been used by well-known companies such as Xiaomi, iFLYTEK, Tongcheng Travel, Kuaishou, Mafengwo, and SF Express in China.
After this version iteration, enterprises can extend smart-doc to complete the parsing of some internal custom web frameworks without modifying the official source code and plugins of smart-doc, and still ensure that there is no code related to the stable generation framework in the online product.
Great thanks to the above contributors for their active participation in community contributions.
Thanks to @linwumingshi who made a lot of important contributions in this version iteration.