Skip to content

Commit 888a9cd

Browse files
authored
Update _index.md
Adding links to discord and github issues Signed-off-by: salaboy <[email protected]>
1 parent 9d8cf09 commit 888a9cd

File tree

1 file changed

+4
-2
lines changed
  • daprdocs/content/en/java-sdk-docs/spring-boot

1 file changed

+4
-2
lines changed

daprdocs/content/en/java-sdk-docs/spring-boot/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ description: How to get started with Dapr and Spring Boot
88

99
By combining Dapr and Spring Boot, we can create infrastructure independent Java applications that can be deployed across different environments, supporting a wide range of on-premises and cloud provider services.
1010

11-
First, we will start with a simple integration covering the `DaprClient` and the [Testcontainers](https://testcontainers.com/) integration, to then use Spring and Spring Boot mechanisms and programming model to leverage the Dapr APIs under the hood. This help teams to remove dependencies such as clients and drivers required to connect to environment specific infrastructure (databases, key-value stores, message brokers, configuration/secret stores, etc.)
11+
First, we will start with a simple integration covering the `DaprClient` and the [Testcontainers](https://testcontainers.com/) integration, to then use Spring and Spring Boot mechanisms and programming model to leverage the Dapr APIs under the hood. This helps teams to remove dependencies such as clients and drivers required to connect to environment-specific infrastructure (databases, key-value stores, message brokers, configuration/secret stores, etc)
1212

1313
{{% alert title="Note" color="primary" %}}
1414
The Spring Boot integration requires Spring Boot 3.x+ to work. This will not work with Spring Boot 2.x.
15-
The Spring Boot integration still remains in alpha. We need your help and feedback to graduate it.
15+
The Spring Boot integration remains in alpha. We need your help and feedback to graduate it.
16+
Please join the [#java-sdk discord channel](https://discord.com/channels/778680217417809931/778749797242765342) discussion or open issues in the [dapr/java-sdk](https://github.com/dapr/java-sdk/issues).
17+
1618
{{% /alert %}}
1719

1820

0 commit comments

Comments
 (0)