Skip to content

Commit 6cb1f3b

Browse files
authored
Update _index.md
Signed-off-by: salaboy <[email protected]>
1 parent 0ddfbbc commit 6cb1f3b

File tree

1 file changed

+3
-1
lines changed
  • daprdocs/content/en/java-sdk-docs/spring-boot

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,19 @@ If you already have a Spring Boot application, you can directly add the followin
2424
<dependency>
2525
<groupId>io.dapr.spring</groupId>
2626
<artifactId>dapr-spring-boot-starter</artifactId>
27+
<version>0.x.x</version> // see below for the latest versions
2728
</dependency>
2829
<dependency>
2930
<groupId>io.dapr.spring</groupId>
3031
<artifactId>dapr-spring-boot-starter-test</artifactId>
32+
<version>0.x.x</version> // see below for the latest versions
3133
<scope>test</scope>
3234
</dependency>
3335
```
3436

3537
You can find the [latest released version here](https://central.sonatype.com/artifact/io.dapr.spring/dapr-spring-boot-starter).
3638

37-
By adding these dependencies you can:
39+
By adding these dependencies, you can:
3840
- Autowire a `DaprClient` to use inside your applications
3941
- Use the Spring Data and Messaging abstractions and programming model that uses the Dapr APIs under the hood
4042
- Improve your inner-development loop by relying on [Testcontainers](https://testcontainers.com/) to bootstrap Dapr Control plane services and default components

0 commit comments

Comments
 (0)