Skip to content

This project aims to serve to creating and integrating a Spring application with Camunda BPM, for business process management.

Notifications You must be signed in to change notification settings

math-ferreira/camunda-bpm-spring

Repository files navigation


Camunda BPM with Spring Example

This repository provides a simple example of integrating Camunda BPM with a Spring application. The goal is to help you set up the project, model a business process flow, and integrate it seamlessly with Camunda BPM.

Introduction

Camunda BPM is a powerful open-source platform for workflow and business process management. This project serves as a starting point for creating a Spring application that leverages the capabilities of Camunda BPM to model and execute business processes.

Setup

Follow these steps to set up the project:

  1. Clone the repository:

    git clone https://github.com/math-ferreira/camunda-bpm-spring.git
  2. Navigate to the project directory:

    cd camunda-bpm-spring

Project Structure

/camunda-bpm-spring
|-- /src
|   |-- /main
|   |   |-- /java
|   |   |   |-- [Java source files]
|   |   |-- /resources
|   |   |   |-- [Resource files, including Camunda BPMN files]
|-- [Other project files]

Running the Application

./mvnw spring-boot:run

License

This project is licensed under the MIT License.

About

This project aims to serve to creating and integrating a Spring application with Camunda BPM, for business process management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages