From dcc43783cb18ee9cf7c383865725fb01e0fd059d Mon Sep 17 00:00:00 2001 From: Amara Graham Date: Fri, 11 Oct 2024 08:40:20 -0500 Subject: [PATCH] add language to codeblock (#4451) --- docs/guides/getting-started-java-spring.md | 6 +++--- .../version-8.5/guides/getting-started-java-spring.md | 4 ++-- .../version-8.6/guides/getting-started-java-spring.md | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/guides/getting-started-java-spring.md b/docs/guides/getting-started-java-spring.md index ac607fa17f..b5827f8e1e 100644 --- a/docs/guides/getting-started-java-spring.md +++ b/docs/guides/getting-started-java-spring.md @@ -117,7 +117,7 @@ See our documentation on [adding the Spring Zeebe SDK to your project](/apis-too 1. Copy the following code snippet into the `pom.xml` file of your Spring project, below properties and above dependencies: -``` +```xml @@ -135,7 +135,7 @@ See our documentation on [adding the Spring Zeebe SDK to your project](/apis-too 2. Add the following dependency to your `pom.xml` file, as a child of the `` element: -``` +```xml io.camunda spring-boot-starter-camunda-sdk @@ -147,7 +147,7 @@ See our documentation on [adding the Spring Zeebe SDK to your project](/apis-too Open your `src/main/resources/application.yaml` file, and paste the following snippet to connect to the Self-Managed Zeebe broker: -``` +```yaml camunda: client: mode: self-managed 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 8bbc06dba4..7f28e44c76 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 @@ -120,7 +120,7 @@ See our documentation on [adding the Spring Zeebe SDK to your project](/apis-too 1. Copy the following code snippet into the `pom.xml` file of your Spring project, below properties and above dependencies: -``` +```xml @@ -138,7 +138,7 @@ See our documentation on [adding the Spring Zeebe SDK to your project](/apis-too 2. Add the following dependency to your `pom.xml` file, as a child of the `` element: -``` +```xml io.camunda spring-boot-starter-camunda-sdk diff --git a/versioned_docs/version-8.6/guides/getting-started-java-spring.md b/versioned_docs/version-8.6/guides/getting-started-java-spring.md index 338486747f..7c94e6f0b1 100644 --- a/versioned_docs/version-8.6/guides/getting-started-java-spring.md +++ b/versioned_docs/version-8.6/guides/getting-started-java-spring.md @@ -117,7 +117,7 @@ See our documentation on [adding the Spring Zeebe SDK to your project](/apis-too 1. Copy the following code snippet into the `pom.xml` file of your Spring project, below properties and above dependencies: -``` +```xml @@ -135,7 +135,7 @@ See our documentation on [adding the Spring Zeebe SDK to your project](/apis-too 2. Add the following dependency to your `pom.xml` file, as a child of the `` element: -``` +```xml io.camunda spring-boot-starter-camunda-sdk @@ -147,7 +147,7 @@ See our documentation on [adding the Spring Zeebe SDK to your project](/apis-too Open your `src/main/resources/application.yaml` file, and paste the following snippet to connect to the Self-Managed Zeebe broker: -``` +```yaml camunda: client: mode: self-managed