You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Boot Application can use Spring Boot properties to set up values for the DaprClient, DaprWorfklowClient to use.
Add a section in the Spring Boot docs to cover these properties.
dapr.client.httpEndpoint=<Your Remote Project HTTP Endpoint>
dapr.client.grpcEndpoint=<Your Remote Project GRPC Endpoint>
dapr.client.apiToken=<Your Remote APP ID API Token>