Package-level declarations
Web server test utilities and support classes.
Types
Link copied to clipboard
@Target(value = [ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.ANNOTATION_TYPE] )
@Value(value = "${local.management.port}")
Annotation at the field or method/constructor parameter level that injects the HTTP management port that was allocated at runtime.
Link copied to clipboard
@Target(value = [ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.ANNOTATION_TYPE] )
@Value(value = "${local.server.port}")
Annotation at the field or method/constructor parameter level that injects the HTTP server port that was allocated at runtime.