Skip to content

Commit 7c11ba7

Browse files
committed
update ref
1 parent 615b795 commit 7c11ba7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

grpc-extensions/grpc-test/src/main/java/grpcstarter/extensions/test/LocalGrpcPort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* }</pre>
2020
*
2121
* @author Freeman
22-
* @see org.springframework.boot.web.server.test.LocalServerPort
22+
* @see org.springframework.boot.test.web.server.LocalServerPort
2323
*/
2424
@Target({ElementType.FIELD, ElementType.ANNOTATION_TYPE})
2525
@Retention(RetentionPolicy.RUNTIME)

website/docs/40-configuration-properties.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,14 @@ This page was generated by [spring-configuration-property-documenter](https://gi
199199

200200
|Key|Type|Description|Default value|Deprecation|
201201
|---|----|-----------|-------------|-----------|
202-
| enabled| java.lang.Boolean| Whether to enable test, default is \{@code true}.| true| |
202+
| enabled| java.lang.Boolean| | | |
203203
### grpc.test.server
204204
**Class:** `grpcstarter.extensions.test.GrpcTestProperties$Server`
205205

206206
|Key|Type|Description|Default value|Deprecation|
207207
|---|----|-----------|-------------|-----------|
208-
| enabled| java.lang.Boolean| Whether to enable test, default is \{@code true}.| true| |
209-
| port-type| grpcstarter.extensions.test.GrpcTestProperties$PortType| Port configuration, default is \{@link PortType#IN_PROCESS}, which means start grpc server with in-process transport. @see PortType| in-process| |
208+
| enabled| java.lang.Boolean| | | |
209+
| port-type| grpcstarter.extensions.test.GrpcTestProperties$PortType| | | |
210210

211211
## grpc-tracing
212212
### grpc.tracing

0 commit comments

Comments
 (0)