smart-doc

Smart-doc is a java restful api document generation tool. Smart-doc is based on interface source code analysis to generate interface documentation, completely zero-injection.

APACHE-2.0 License

Stars
1.4K

Bot releases are hidden (Show)

smart-doc - smart-doc-1.7.1

Published by shalousun about 5 years ago

New Features

  • Support @requestHeader annotation.

Bug Fixes

  • Fix line break processing errors.
  • Optimize the documentation generated by AllInOne template. Third-party js library support is not friendly.

This is Deprecated, Please upgrade to 1.7.2.

smart-doc - smart-doc-1.7.0

Published by shalousun about 5 years ago

New Features

  • Support generating HTML documentation.
  • Support generating AsciiDoc documentation.
  • Added api document data interface.
  • Supports the derivation of asynchronous interface returns such as Callable, Future, CompletableFuture.
  • Support Spring Boot Web Flux (Controller mode writing).