View on GitHub

dapr-spring

Dapr SpringBoot Starter - Let the Dapr works just like what Spring Cloud does.

The Dapr-Spring-Boot-Starter documentation

The document you are viewing was generated by Copilot, translated from a Chinese document. It may not be updated promptly. If there are any questions, please refer to the Chinese document as the standard.

integrates Dapr with Spring Boot, simplifying the setup of Dapr clients by adding a series of dependencies and appropriate annotations to the project. The goal of this project is to provide a development experience for Dapr for Spring Boot that is close to that of Spring Cloud.

Please note:

This project does not rewrite any logic of the Dapr Java SDK or even the official Dapr Spring Boot artifact; it only enhances the Spring Boot experience. You may need to refer to the Dapr Java SDK to understand the use of the Dapr Client and the official Dapr Spring Boot artifact (such as Pubsub, etc.)

Table of Contents

How to Download Artifacts

The artifacts are released on Github Packages, JitPack, and Maven Central for daily builds, SNAPSHOT versions, and official releases. Please choose the appropriate version to use.