From 7003b13f231ae1e65d115c1002c885fa18de4d6b Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Fri, 31 Jan 2025 11:10:16 +0000 Subject: [PATCH] Correct getting started guide --- README.md | 2 +- .../src/main/antora/modules/ROOT/pages/getting-started.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a3581d..2194bfe 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,7 @@ then in `application.properties`: spring.grpc.client.channels.local.address=0.0.0.0:9090 ``` -There is a default named channel (named "default") that you can configure in the same way, and then it will be used by default if there is no channel with the name specified in the channel creation. +There is a default named channel that you can configure in the same way via `spring.grpc.client.default-channel.*`. It will be used by default if there is no channel with the name specified in the channel creation. ### Native Images diff --git a/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc b/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc index 3f03e10..dca2317 100644 --- a/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc +++ b/spring-grpc-docs/src/main/antora/modules/ROOT/pages/getting-started.adoc @@ -279,7 +279,7 @@ then in `application.properties`: spring.grpc.client.channels.local.address=0.0.0.0:9090 ---- -There is a default named channel (named "default") that you can configure in the same way, and then it will be used by default if there is no channel with the name specified in the channel creation. +There is a default named channel that you can configure in the same way via `spring.grpc.client.default-channel.*`. It will be used by default if there is no channel with the name specified in the channel creation. === Native Images