Since Spring Boot 2.1 bean overriding is disabled. If you want to enable it you will need to set spring.main.allow-bean-definition-overriding
to true
.
JUnit 5 is now enabled by default in the project. Please refrain from using JUnit4 and use the next generation
You must have the camunda-bpm started locally. To import the existing DMNS and BPMNs files which are located in /src/main/resources run the following command:
./scripts/camunda-deployment.sh
Important: The DMNs file name must match the pattern of wa-task-{initiation/cancellation/configuration}-{juridisctionId}-{caseType} Also note that the tasks can only be started when both the initiation and cancellation DMNs are imported.
When they are successfully imported you should be able to view them in the Camunda Cockpit via http://localhost:8999/app/cockpit/default/#/dashboard
This project is licensed under the MIT License - see the LICENSE file for details