/dapr-spring-boot-starter

Spring Boot Starter for Dapr, uses Testcontainers to provide an out-of-the-box experience

Primary LanguageJavaApache License 2.0Apache-2.0

Testcontainers Modules for Dapr

Repository hosting the Testcontainers Dapr modules in Java, Go and .NET.

Java

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>    

Sample Project

TBD