From 4b9eeb573ef2621b894c68a54606c87786ee6969 Mon Sep 17 00:00:00 2001 From: Libing Chen Date: Sat, 26 Oct 2024 10:27:56 +0800 Subject: [PATCH] typo: correct org.springframework.ai to org.springframework.grpc --- .../src/main/antora/modules/ROOT/pages/getting-started.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 0b59491b..57cc6827 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 @@ -66,7 +66,7 @@ If you’re a Maven user, you can use the dependencies by adding the following t - org.springframework.ai + org.springframework.grpc spring-grpc-dependencies 0.2.0-SNAPSHOT pom @@ -148,4 +148,4 @@ 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. \ No newline at end of file +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.