DOC

net.trajano.ms.app : app-ms

Maven & Gradle

May 23, 2018

Microservice Application · This is an example of a microservice oriented application that a typical enterprise will work with. It is not meant to be of the scale of NetFlix/Facebook but for more normal loads of a large company where IT is not their primary function.

Table Of Contents

Latest Version

Download net.trajano.ms.app : app-ms Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file app-ms-1.1.18-javadoc.jar to app-ms-1.1.18-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder app-ms-1.1.18-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "app-ms-1.1.18-sources.jar" -d "app-ms-1.1.18-javadoc" -subpackages 

Advertisement