Sample implementation of Zserio Service REST backend in Java using SpringBoot.
- JDK 1.8
- Maven 3.6
mvn package
java -jar calculator-server/target/calculator-server-0.0.1-SNAPSHOT.jar
# press Ctrl+C to quit the server
java -jar calculator-client/target/calculator-client-0.0.1-SNAPSHOT.jar
# follow client's instructions
# ...
# press q + ENTER to quit the client
http://localhost:5000/api-ui.html
http://localhost:5000/api-docs