/camunda-7-spring-boot-app

Simple Camunda 7 Spring Boot Application

Primary LanguageDockerfile

Quickstart

This project will start a Camunda 7 Environment. To get started, run the following commands:

mvn build clean
mvn springboot:run

Then, point your browser to http://localhost:8080

Sign in with username: demo, password: demo

H2 Database

The h2 console is available at http://localhost:8080/h2-console. See application.yaml file for jdbc url, username, and password

Docker

If you'd like to use an enterprise edition of Camunda 7, remember to copy your settings.xml

docker build -t camunda-7-spring-boot:0.0.1-SNAPSHOT .

Metrics

This project is configured to expose metrics to prometheus as described in this blog post.

As a convenience, docker compose can be used to start this project along with prometheus using this command:

docker-compose up -d