Skip to content

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

License

Notifications You must be signed in to change notification settings

NumFive5/dapr-spring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

README: English | 中文

dapr-spring-boot

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

License Maven Central with version prefix filter

Features

  • 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)

Usage

Please refer to the documentation to get the full usage.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.6%
  • Dockerfile 1.4%