You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<version>0.x.x</version> // see below for the latest versions
31
33
<scope>test</scope>
32
34
</dependency>
33
35
```
34
36
35
37
You can find the [latest released version here](https://central.sonatype.com/artifact/io.dapr.spring/dapr-spring-boot-starter).
36
38
37
-
By adding these dependencies you can:
39
+
By adding these dependencies, you can:
38
40
- Autowire a `DaprClient` to use inside your applications
39
41
- Use the Spring Data and Messaging abstractions and programming model that uses the Dapr APIs under the hood
40
42
- Improve your inner-development loop by relying on [Testcontainers](https://testcontainers.com/) to bootstrap Dapr Control plane services and default components
0 commit comments