Skip to main content
This tutorial guides you through your first steps of using ASEE Flow in a Spring Boot application.
Target audience: this guide assumes familiarity with Java web application development and Spring Boot. You should have Eclipse and the Camunda Modeler installed.

Get the sources for this guide

Download as a .zip or check out the corresponding tag with Git. The example project source code is available on GitHub. You can download the whole project directly or clone it with Git:
git clone https://github.com/camunda/camunda-get-started-spring-boot.git
To follow this guide, download the initial state or check out the tag in the Git repository:
git checkout -f Start
or every step in between:
git checkout -f Step-X
After every section in this guide you will find a box that contains a download link to the current state of the project and Git instructions to check out the current version of the repository.

Steps covered

1. Project Setup

Set up a Spring Boot application as an Apache Maven project inside Eclipse.

2. Configuration

Configure your ASEE Flow Spring Boot application.

3. Model a Process

Learn the basics of the Camunda Modeler and model a fully executable process.