Run Dashboard
He is a launcher that replaces a better clear introduction to the Run window. Normally when we need to start multiple windows, the Run window does not allow us to visually see the changes we see for each port.
We can compare this to the window of Run dashboard.
Normal Run window
Obviously if you start multiple ports The Run dashboard window looks better managed.
In general, sometimes when you create a springboot project, the lower right corner prompts you to open run Dashboard, but you need to configure it if you don't.
Configuration method
First find the Workspace.xml in the project. Idea File
Next find <component name= "Rundashboard" >
Add in Code
<option name= "Configurationtypes" > <set> <option value= " Springbootapplicationconfigurationtype "/> </set> </option>
This will allow the Run dashboard window to pop out.
Idea 2018.1 Create springboot open Run Dashboard