Skip to content

DominicLuidold/WS21-SoftwareLifecycleQuality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mandatory project in "Software Quality and Lifecycle" - 1st semester master @ Vorarlberg University of Applied Sciences (FHV)

Topics

Resources

License

Stars

Watchers

Forks