Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If you’re a Maven user, you can use the dependencies by adding the following t
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.ai</groupId>
<groupId>org.springframework.grpc</groupId>
<artifactId>spring-grpc-dependencies</artifactId>
<version>0.2.0-SNAPSHOT</version>
<type>pom</type>
Expand Down Expand Up @@ -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.
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.