STS Boot dashboard doesn't show the starting port port

∥☆過路亽.° 提交于 2019-12-11 14:30:57

问题


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?


回答1:


This particular feature is supported with Spring Boot 1.3.0 .

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

Note: some features of the dashboard like port discovery need a very recent version of boot (1.3)



来源:https://stackoverflow.com/questions/33129818/sts-boot-dashboard-doesnt-show-the-starting-port-port

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!