Skip to content

Commit ae8acc5

Browse files
therepanicdsyer
authored andcommitted
Fix documentation on testing server application
1 parent c13369e commit ae8acc5

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ A `GrpcExceptionHandler` can be used to handle exceptions of a specific type, re
160160

161161
== Testing
162162

163-
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).
163+
If you include `spring-grpc-test` in your project, your gRPC server in a `@SpringBootTest` can be started in-process (i.e. not listening on a network port) by enabling the in-process server
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 on by setting `spring.grpc.inprocess.enabled` to `true`.
166166

167167
== Security
168168

0 commit comments

Comments
 (0)