I have a Spring Webflux application with Spring Boot ver 2.3.5
How can I get a server port of running Netty container at runtime? (Not in tests)
Note: nor @Value("${server.port}") neither @Value("${local.server.port}") do not work if the port is not specified in the configuration.