We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525e6ba commit 4f2f661Copy full SHA for 4f2f661
grpc-spring-boot-starter-demo/src/test/java/org/lognet/springboot/grpc/TestConfig.java
@@ -37,7 +37,7 @@ public ServerCall.Listener answer(InvocationOnMock invocation) throws Throwable
37
38
@Bean
39
@Profile("customServerBuilder")
40
- public GRpcServerBuilderConfigurer grpcServerWithPredefinedPortConfigurer(){
+ public GRpcServerBuilderConfigurer customGrpcServerBuilderConfigurer(){
41
return new GRpcServerBuilderConfigurer(){
42
@Override
43
public ServerBuilder<?> configure(ServerBuilder<?> serverBuilder){
0 commit comments