-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
# camunda BPM - Getting Started with camunda BPM and Spring Boot | ||
# 访问如下链接查看demo讲解 | ||
<a href="https://blog.csdn.net/qq_28767795/article/details/81239925" target="_blank">我是超链接</a> | ||
|
||
This Repository contains the example Spring Boot application for the guide at [camunda.org](http://camunda.org/get-started/spring-boot.html). | ||
|
||
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 | ||
```# camunda-demo |