Skip to content

Commit b6af2ce

Browse files
mcruzdevcicoyle
andauthored
Update daprdocs/content/en/java-sdk-docs/spring-boot/_index.md
Co-authored-by: Cassie Coyle <[email protected]> Signed-off-by: Matheus Cruz <[email protected]>
1 parent 53ef5e9 commit b6af2ce

File tree

1 file changed

+1
-1
lines changed
  • daprdocs/content/en/java-sdk-docs/spring-boot

1 file changed

+1
-1
lines changed

daprdocs/content/en/java-sdk-docs/spring-boot/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dapr.client.grpcEndpoint=localhost
6262
dapr.client.grpcPort=50001
6363
dapr.client.apiToken=<your remote api token>
6464
```
65-
These values are used by default, but you can override them in your `application.properties` file to suit your environment.
65+
These values are used by default, but you can override them in your `application.properties` file to suit your environment. Please note that both kebab case and camel case are supported.
6666
{{% /alert %}}
6767

6868
You can use the `DaprClient` to interact with the Dapr APIs anywhere in your application, for example from inside a REST endpoint:

0 commit comments

Comments
 (0)