gerbeu / order-ms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Order management microservice

A simple Order manager for the reference implementation of IBM Event-driven architecture. This implementation is based on quarkus, reactive messaging and support the SAGA choerography demonstration.

This service manage the Saga.

Read more about the detail implementation on this site

Running the application in dev mode

Start the docker compose (docker-compose-dev.yaml) from the project: eda-saga-choreography

You can run your application in dev mode that enables live coding using:

./mvnw compile quarkus:dev
# or
quarkus dev

NOTE: Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.

Packaging

./scripts/buildAll.sh

About


Languages

Language:Java 89.7%Language:HTML 7.2%Language:Shell 3.1%