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.