Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
3.7.1.RELEASE
-
Windows 7 x64 w/ JDK 1.8.0u60
Eclipse Mars SR1
Description
I have 5 or 6 Spring Boot (specifically Cloud) based application that I am managing through the Boot Dashboard. Whenever I start a service the dashboard always shows "[unknown port]" beside the service even after it has fully started without error. To determine the port I have to check the console log to get the port.
This is an issue as I configure some services with the server.port property as 0 such that it is dynamically bound to an available port. It would be great to see that port number in the Boot Dashboard. The issue occurs for applications that I specifically specify a server.port or set it to 0.