From d51480e425192b348c9db8c018b6bcd37e8abaee Mon Sep 17 00:00:00 2001 From: Christina Ausley Date: Fri, 9 Aug 2024 09:39:57 -0400 Subject: [PATCH] add note of intention to spring java guide --- docs/guides/getting-started-java-spring.md | 4 ++++ .../version-8.5/guides/getting-started-java-spring.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/guides/getting-started-java-spring.md b/docs/guides/getting-started-java-spring.md index 157a778899..282d46e99f 100644 --- a/docs/guides/getting-started-java-spring.md +++ b/docs/guides/getting-started-java-spring.md @@ -18,6 +18,10 @@ This tutorial is not intended for production purposes. In this guide, we'll step through using Spring Boot and the [Spring Zeebe SDK](/apis-tools/spring-zeebe-sdk/getting-started.md) with Desktop Modeler to interact with your local Self-Managed Camunda 8 installation. While this guide focuses on Self-Managed, you can do something similar with [SaaS](https://signup.camunda.com/accounts?utm_source=docs.camunda.io&utm_medium=referral). +:::note +This guide specifically uses Java and Spring because the two, in combination with Camunda 8, is our default technology stack recommendation. Learn more in the [Java greenfield documentation](/components/best-practices/architecture/deciding-about-your-stack.md#the-java-greenfield-stack). +::: + By the end of this tutorial, you'll be able to use Spring and Java code with Zeebe to: - Deploy a process model. diff --git a/versioned_docs/version-8.5/guides/getting-started-java-spring.md b/versioned_docs/version-8.5/guides/getting-started-java-spring.md index e272238f80..8bbc06dba4 100644 --- a/versioned_docs/version-8.5/guides/getting-started-java-spring.md +++ b/versioned_docs/version-8.5/guides/getting-started-java-spring.md @@ -11,6 +11,10 @@ keywords: [java, spring, spring zeebe, getting started, user guide, tutorial] In this guide, we'll step through using Spring Boot and the [Spring Zeebe SDK](/apis-tools/spring-zeebe-sdk/getting-started.md) with Desktop Modeler to interact with your local Self-Managed Camunda 8 installation. +:::note +This guide specifically uses Java and Spring because the two, in combination with Camunda 8, is our default technology stack recommendation. Learn more in the [Java greenfield documentation](/components/best-practices/architecture/deciding-about-your-stack.md#the-java-greenfield-stack). +::: + By the end of this tutorial, you'll be able to use Spring and Java code with Zeebe to: - Deploy a process model.