Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.46 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.46 KB

Read Me First

The following was discovered as part of building this project:

  • The original package name 'com.reactive.app.reactive app' is invalid and this project uses 'com.reactive.app.reactive.app' instead.
  • This is a simple reactive web application that will emit a response. It will simulate a market data that will emit a price every second.

Getting Started

  • To start this webservice you will have to run this command mvn clean install.
  • After the build is done successfully execute the jar: java -jar targer/reactive-app-0.0.1-SNAPSHOT.jar

Checking the reactive endpoint in the browser

Once the webservice is launched and is running check the reactive endpoint in your browser by accessing this URL Alt Text

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely: