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.
- 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
Once the webservice is launched and is running check the reactive endpoint in your browser by accessing this URL
For further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- Spring Reactive Web
The following guides illustrate how to use some features concretely: