This example demonstrates how you can build Spring Boot Web application having following configured:
- Spring Boot2 + Java8
- Embedded Camunda engine
- Camunda web applications
- Process application and one BPMN process deployed
- Test user configured with login and password in
application.properties
- Process sample
- Decision table sample
- Service task sample
- External service task sample
- Process unit testing
- Launchpad - introduction page
Execute following:
mvn clean package
To run application at http://localhost:8087 execute:
mvn spring-boot:run
- Cockpit
- Tasklist
- Admin