From 002051b590ba013eedc0c6230f92e77656113430 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Thu, 8 Dec 2022 15:24:05 +0800 Subject: [PATCH] Create README.md [skip ci] --- spring-boot-modules/spring-boot-process-automation/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spring-boot-modules/spring-boot-process-automation/README.md diff --git a/spring-boot-modules/spring-boot-process-automation/README.md b/spring-boot-modules/spring-boot-process-automation/README.md new file mode 100644 index 0000000000..a623302a9f --- /dev/null +++ b/spring-boot-modules/spring-boot-process-automation/README.md @@ -0,0 +1,3 @@ +## Relevant Articles + +- [Running Spring Boot Applications with the Embedded Camunda Engine](https://www.baeldung.com/spring-boot-embedded-camunda)