Skip to content

Commit 507ade0

Browse files
committed
#26 - GrpcServerReflectionAutoConfiguration description update #26
Signed-off-by: CyberZujo <[email protected]>
1 parent 2415c6c commit 507ade0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-grpc-spring-boot-autoconfigure/src/main/java/org/springframework/grpc/autoconfigure/server/GrpcServerReflectionAutoConfiguration.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
/**
1313
* {@link EnableAutoConfiguration Auto-configuration} for gRPC Reflection service
1414
* <p>
15-
* spring.grpc.reflection.enabled=true must be present in configuration in order for the
15+
* This auto-configuration is enabled by default. To disable it, set the configuration
16+
* flag {spring.grpc.server.reflection.enabled=false} in your application properties.
1617
* auto-configuration to execute
1718
*
1819
* @author Haris Zujo

0 commit comments

Comments
 (0)