Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.53 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.53 KB

Zserio Service REST backend


Sample implementation of Zserio Service REST backend in Java using SpringBoot.

Prerequisites

  1. JDK 1.8
  2. Maven 3.6

Usage

Build Calculator example

mvn package

Start server of Calculator example

java -jar calculator-server/target/calculator-server-0.0.1-SNAPSHOT.jar
# press Ctrl+C to quit the server

Start client of Calculator example

java -jar calculator-client/target/calculator-client-0.0.1-SNAPSHOT.jar
# follow client's instructions
# ...
# press q + ENTER to quit the client

URL for OpenAPI Swagger UI

http://localhost:5000/api-ui.html

URL for OpenAPI docs (JSON format)

http://localhost:5000/api-docs