I've just started to use Boot Dashboard to manage all my Spring Boot application (Boot Dashboard).
The problem is that I can't see the starting port of my applications:
The applications start without any problem:
Started Application in 4.337 seconds (JVM running for 4.953)
I'm using STS 3.7.1, Spring Boot 1.2.6.RELEASE and java 1.8.
Why Boot Dashboard doesn't show me the starting port of my applications?