|
|
@ -28,7 +28,7 @@ import org.springframework.beans.factory.annotation.Value;
|
|
|
|
* Annotation at the field or method/constructor parameter level that injects the HTTP
|
|
|
|
* Annotation at the field or method/constructor parameter level that injects the HTTP
|
|
|
|
* port that got allocated at runtime. Provides a convenient alternative for
|
|
|
|
* port that got allocated at runtime. Provides a convenient alternative for
|
|
|
|
* <code>@Value("${local.server.port}")</code>.
|
|
|
|
* <code>@Value("${local.server.port}")</code>.
|
|
|
|
* @deprecated since 2.7.0 for removal in 3.0.0 in favor or
|
|
|
|
* @deprecated since 2.7.0 for removal in 3.0.0 in favor of
|
|
|
|
* {@code org.springframework.boot.test.web.server.LocalServerPort}
|
|
|
|
* {@code org.springframework.boot.test.web.server.LocalServerPort}
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @author Anand Shah
|
|
|
|
* @author Anand Shah
|
|
|
|