This application is built for implementation in standard software. It helps to make it easier to customize specific calculation flows for companies.
Just edit the application.yml file for your needs and start the application.
Under http://localhost:8080 you can find the online configuration web panel. It kinda looks
like from the 90s. This was my intention, because I wanted it to look like modern SSW.
You can run your application in dev mode that enables live coding using:
./gradlew quarkusDevNOTE: Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.
The application can be built using:
./gradlew build
# or
./gradlew build -Dquarkus.package.type=native