Skip to content

Commit 603a11f

Browse files
committed
Fix documentation on testing server application
Signed-off-by: Andrey Litvitski <[email protected]>
1 parent 3ac7569 commit 603a11f

File tree

1 file changed

+1
-1
lines changed
  • spring-grpc-docs/src/main/antora/modules/ROOT/pages

1 file changed

+1
-1
lines changed

spring-grpc-docs/src/main/antora/modules/ROOT/pages/server.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ A `GrpcExceptionHandler` can be used to handle exceptions of a specific type, re
162162

163163
If you include `spring-grpc-test` in your project, your gRPC server in a `@SpringBootTest` will be started in-process (i.e. not listening on a network port).
164164
All clients that connect to any server via the autoconfigured `GrpcChannelFactory` will be able to connect to it.
165-
You can switch the in-process server off by setting `spring.grpc.in-process.enabled` to `false`.
165+
You can switch the in-process server off by setting `spring.grpc.inprocess.enabled` to `false`.
166166

167167
== Security
168168

0 commit comments

Comments
 (0)