I started this repository back in June 2024, when Dapr's Java SDK had pretty basic support for Spring Boot. Recently, while checking out the Java SDK source code, I noticed it now covers most of the features in this repository. Looks like it's time to archive this repo! As for the Cloud Config part, I'll tidy it up and submit a pull request to the official java sdk soon.
Dapr SpringBoot Starter — Let the Dapr works just like what Spring Cloud does.
- Get DaprClient and DaprPreviewClient from Spring IOC
- Set DaprClient Properties in SpringBoot Properties
- An OpenFeign Client to make http request from Dapr Server
- A Config Backend Just Like Spring Cloud Vault (currently only using secret store as config store api is not stable)
Please refer to the documentation to get the full usage.