The micro service methods and objects are documented using Swagger. A runtime orchestrator server documents itself at a URL like the following, but consult the server's application.properties file for the exact port number ("8555") and context root ("ro") in use:
http://localhost:8555/ro/swagger-ui.html
The build machine needs the following:
- Java version 1.8
- Maven version 3
- Connectivity to Maven Central (for most jars)
Use maven to build and package the service into a single "fat" jar using this command:
mvn clean install
- Java version 1.8
- A valid application.properties file.