View on GitHub

dapr-spring

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

Configuration

<- Back to Index

This section describes how you can configure your grpc-spring-boot-starter application.

This artifact depends on dapr-client-spring-boot-starter, please refer to Dapr Client Spring Boot Starter Configuration for its configuration.

In addition to the above configurations, this artifact provides the following additional configurations:

Parameter Format Default Value Description
dapr.secretstore.refresh-enabled* Boolean true Whether to enable auto-refresh*
dapr.secretstore.enabled* Boolean true Whether to enable secret store*
dapr.secretstore.timeout Integer 2000 Timeout for fetching secret store

<- Back to Index