Skip to content

Events orchestrator to define steps of business logic as YAML-based configuration files

License

Notifications You must be signed in to change notification settings

buerokratt/Ruuter

Repository files navigation

Ruuter

  • Java 17, Gradle

Guide

See guide here

Configuration

See configuration here

Docker

To run the application using Docker, run:

docker-compose up -d

Testing

To launch the application's tests, run:

gradlew test

Building for production

Packaging as jar

To build the final jar run:

gradlew -Pprod clean bootJar

To ensure everything worked, run:

java -jar build/libs/*.jar

Packaging as war

To package the application as a war in order to deploy it to an application server, run:

gradlew -Pprod -Pwar clean bootWar

License

See licence here.

About

Events orchestrator to define steps of business logic as YAML-based configuration files

Resources

License

Stars

Watchers

Forks

Packages