NOTE: this repository is archived please use: https://github.com/dapr/java-sdk and the dapr-spring-boot-starter published in maven central under groupId: io.dapr
This repository host the Testcontainers Dapr modules for Spring Boot.
If you are using Spring Boot, to get started with Dapr you just need to add the following dependency to your Maven or Graddle project:
<dependency>
<groupId>io.diagrid.dapr</groupId>
<artifactId>dapr-spring-boot-starter</artifactId>
<version>0.10.0</version>
</dependency> TBD