Skip to content

Commit

Permalink
Fix typo in configuration.md (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalk authored Apr 26, 2024
1 parent cbbef18 commit e187c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh-CN/client/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ grpc-spring-boot-starter 可以通过 Spring 的 `@ConfigurationProperties` 机

- [`GrpcChannelsProperties`](https://javadoc.io/page/net.devh/grpc-client-spring-boot-starter/latest/net/devh/boot/grpc/client/config/GrpcChannelsProperties.html)
- [`GrpcChannelProperties`](https://javadoc.io/page/net.devh/grpc-client-spring-boot-starter/latest/net/devh/boot/grpc/client/config/GrpcChannelProperties.html)
- [`GrpcServerProperties.Security`](https://static.javadoc.io/net.devh/grpc-client-spring-boot-starter/latest/net/devh/boot/grpc/client/config/GrpcChannelProperties.Security.html)
- [`GrpcChannelProperties.Security`](https://static.javadoc.io/net.devh/grpc-client-spring-boot-starter/latest/net/devh/boot/grpc/client/config/GrpcChannelProperties.Security.html)

如果你希望阅读源代码,你可以查阅 [这里](https://github.com/grpc-ecosystem/grpc-spring/blob/master/grpc-client-spring-boot-starter/src/main/java/net/devh/boot/grpc/client/config/GrpcChannelProperties.java#L58)

Expand Down

0 comments on commit e187c4b

Please sign in to comment.