Repository hosting the Testcontainers Dapr modules in Java, Go and .NET.
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