# camunda-get-started-spring-boot **Repository Path**: GuanXcode/camunda-get-started-spring-boot ## Basic Information - **Project Name**: camunda-get-started-spring-boot - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-13 - **Last Updated**: 2023-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Camunda Platform - Getting Started with Camunda Platform and Spring Boot This Repository contains the example Spring Boot application for the guide at [docs.camunda.org](https://docs.camunda.org/get-started/spring-boot/). This project requires Java 17. Every step of the tutorial was tagged in this repository. You can jump to the final state of each step by the following command: ``` git checkout -f Step-X ``` If you want to follow the tutorial along please clone this repository and checkout the `Start` tag. ``` git clone https://github.com/camunda/camunda-get-started-spring-boot.git git checkout -f Start ``` License: The source files in this repository are made available under the [Apache License Version 2.0](./LICENSE).