- Download and install JDK8 for your OS=> https://www.adoptopenjdk.net/installation.html
- Download and install NetBeans IDE "Java SE"-Version to an appropriate folder => https://netbeans.apache.org/download/nb113/nb113.html
- Download and install Camunda Modeler in a different folder => https://camunda.com/download/modeler/
- Open and build this project in netbeans by selecting: File->Open Project Open ApplicationApprivalProcess Right Click on Project -> Clean and Build
- Install node.js run in command line, while replacing "netbeans_path" with your NetBeans Install path your where this README.md lies "netbeanspath"/java/maven/bin/mvn com.github.eirslett:frontend-maven-plugin:1.7.6:install-node-and-npm -DnodeVersion="v12.14.0"
- Right click on your project "ApplicationApprovalProcess"
- Click Run As->Spring Boot App.e
- If there comes an error, check your .bpmn file for missing configurations.
Built and tested against Camunda BPM version 7.12.0.