Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1012 Bytes

README.md

File metadata and controls

48 lines (29 loc) · 1012 Bytes

Camunda BPMN project template

A template project used to quickstart a Camunda BPMN project

Development

Environment

As the development environment VS Code with the following plugins is the recommende IDE:

  • redhat.java
  • alexkrechik.cucumberautocomplete

For the development at least the following components need to be installed to run and develop the example:

  • Java 11
  • Maven

For the development of BPMN and DMN diagrams the Camunda Modeler has to be used.

Run the application

To run the application execute the following maven command:

mvn spring-boot:run

The application starts on http://localhost:8080

The default user name and password is specified in the file src/main/resources/application.yaml

Execute the tests

To execute the test run:

mvn test

Camunda test documentation

Run checkstyle

mvn site