Skip to content

camunda/camunda-bpm-archetype-spring-boot-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camunda Spring Boot Application

Spring Boot Application using Camunda.

This project has been generated by the Maven archetype camunda-archetype-spring-boot-demo-7.21.0.

Show me the important parts!

BPMN Process

How does it work?

How to use it?

Unit Test

You can run the JUnit test ProcessTest in your IDE or using:

mvn clean test

Running the application

You can also build and run the process application with Spring Boot.

Manually

  1. Build the application using:
mvn clean package
  1. Run the *.jar file from the target directory using:
java -jar target/camunda-process-application.jar

For a faster 1-click (re-)deployment see the alternatives below.

Maven Spring Boot Plugin

  1. Build and deploy the process application using:
mvn clean package spring-boot:run

Your Java IDE

  1. Run the project as a Java application in your IDE using CamundaApplication as the main class.

Run and Inspect with Tasklist and Cockpit

Once you deployed the application you can run it using Camunda Tasklist and inspect it using Camunda Cockpit.

Environment Restrictions

Built and tested against Camunda Platform version 7.21.0. Requires JDK 17.

Known Limitations

License

Apache License, Version 2.0.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published