简体   繁体   中英

Disable intellij springboot dashboard

Intellij now comes with a springboot dashboard. I have been brave enough to enable it, but now I want to disable it because it confuses me.

Where do I find the settings? In settings I see nothing

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

在此处输入图片说明

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

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

For version 2017.2.

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

Configuration dialog box

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM