Camunda Template Structure - DigiBP/digibp.github.io GitHub Wiki

From a starting point, your repository already contains some artefacts such as strategic and human flow modelling files (BPMN), images or a README.md file:

Take care not to overwrite your existing files with the now following files from the template project.

Your GitHub group repository already contains the Camunda Template.

The Structure

Configuration

You may want to change the Maven project and JAR name according to your project name, by changing the artefactId in the pom.xml:

<artifactId>digibp-denali</artifactId>

Besides, you may want to change the Heroku app.json manifest file too:

{
  "name": "digibp-denali",
  "description": "digibp-denali",
  "repository": "https://github.com/DigiBP/digibp-denali/tree/master",
  "addons": ["heroku-postgresql:hobby-dev"],
  "logo": "https://avatars3.githubusercontent.com/u/25099178?s=200&v=4",
  "keywords": ["FHNW"]
}
⚠️ **GitHub.com Fallback** ⚠️