tree: 8716cd288bc20db12318f3eb7427a3addeba75a5 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
rest/README.md

How to generate the REST API documentation

  • Switch to the rest-documentation branch, a different branch is need so that we can add the proper @Path annotations on the endpoint and add the Maven plugin configuration for documentation generation.
  • Make sure that the changes from master are incorporated to the branch by performing a rebase: git rebase master.
  • Run mvn test.
  • The documentation should now be available via target/miredot/index.html