Skip to content

Sample implementation of Zserio service REST backend in Java

License

Notifications You must be signed in to change notification settings

ndsev/zserio-service-rest-java

Repository files navigation

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

About

Sample implementation of Zserio service REST backend in Java

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •