mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-04 13:07:26 +01:00
a7cb689f95
Move the @LocalServerPort to org.springframework.boot.context.embedded since it's only really useful when working with embedded servlet containers. See gh-5822