tree: 7775d72f9a1dffe825c8aaf9aede05a7d19f6c1d [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