Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

fangkehou-team/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.