STS 启动仪表板不显示起始端口端口

jfc*_*edo 6 java eclipse spring spring-tool-suite spring-boot

我刚刚开始使用 Boot Dashboard 来管理我所有的 Spring Boot 应用程序 ( Boot Dashboard )。

问题是我看不到我的应用程序的起始端口:

我的启动仪表板

应用程序启动没有任何问题:

Started Application in 4.337 seconds (JVM running for 4.953)
Run Code Online (Sandbox Code Playgroud)

我正在使用 STS 3.7.1、Spring Boot 1.2.6.RELEASE 和 java 1.8。

为什么 Boot Dashboard 没有显示我的应用程序的起始端口?

Áko*_*tku 2

Spring Boot 1.3.0 支持此特定功能。

http://docs.spring.io/sts/nan/latest/NewAndNoteworthy.html

注意:仪表板的某些功能(例如端口发现)需要最新版本的启动(1.3)