Disable intellij springboot dashboard

For version 2017.2.

  • Go to section: "Run / Debug Configurations" -> Click Defaults
  • Enable / Disable: "Confirm rerun whit process termination"

Configuration dialog box


Intellij 2017.2

You can disable/deselect the Show in Run Dashboard configuration option in the Run/Debug Configurations dialog, accessed via Run > Edit Configurations.

To do the same thing in Intellij 2017.3, have a look at this answer.

To do the same thing in Intellij 2018.3, have a look at this answer


Intellij 2017.3

You can disable by removing the Spring Boot dashboard:

  • Go to Run/Debug Configurations
  • In the Defaults configuration, select the Spring Boot dashboard and click on the - button

intellij2017.3


Intellij 2018.3

The Defaults apparently got replaced by templates. And you can only move configuration types in and out of the Run Dashboard.

To do so for, say all Application Run/Debug Configurations, you have to

  • Edit Configurations...
  • > select Templates category on the left
  • > Configurations available in Run Dashboard
  • > select the category you want to remove
  • > hit the - button

enter image description here

EDIT: Found it on Jetbrain's documentation: https://www.jetbrains.com/help/idea/creating-and-editing-run-debug-configurations.html#run-dashboard