Annotation Interface LocalServerPort
@Documented
@Retention(RUNTIME)
@Target({FIELD,METHOD,PARAMETER,ANNOTATION_TYPE})
public @interface LocalServerPort
Annotation at the field or method/constructor parameter level that injects the HTTP
port that got allocated at runtime. Provides a convenient alternative for
@Value("${local.server.port}")- 从以下版本开始:
- 4.0
- 作者:
- Anand Shah, Stephane Nicoll, Harry Yang