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>