Spring Boot Application using Camunda.
This project has been generated by the Maven archetype camunda-archetype-spring-boot-7.19.0.
You can run the JUnit test ProcessTest in your IDE or using:
mvn clean test
You can also build and run the process application with Spring Boot.
- Build the application using:
mvn clean package
- Run the *.jar file from the
target
directory using:
java -jar target/LoadTestEngine.jar
For a faster 1-click (re-)deployment see the alternatives below.
- Build and deploy the process application using:
mvn clean package spring-boot:run
- Run the project as a Java application in your IDE using com.camunda.consulting.CamundaApplication as the main class.
Once you deployed the application you can run it using Camunda Tasklist and inspect it using Camunda Cockpit.
Built and tested against Camunda Platform version 7.19.0.
docker build -t consulting/loadtestengine:0.1 .
cd src/main/resources/k8s/helm
helm install load-test c7-load-test/ --values c7-load-test/values.yaml