Embedded Camunda engine with Spring Boot Application

How to embedd Camunda engine and admin/tasklist/cockpit with my own Spring Boot webapp?

use start.camunda.com

2 Likes

with this i can generating gradle project but i need application.properties file in project. So, how can i get in maven Spring Boot Project

Vamshi, the project generated by start.camunda.com will contain a maven POM and an application.yaml. If you prefer an applictaion.properties file, then you can add it (instead).

Further options and examples:
https://docs.camunda.org/get-started/spring-boot/project-setup/


1 Like