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 is really a powerful editor and provides first-class support to create and run Spring Boot based web applications.
5.1. IntelliJ offers first-class support for Spring and Spring Boot applications. Debugging is as simple as navigating to the class with the main method, right-clicking the triangle icon, and choosing Debug. Finally, IntelliJ makes it very easy to connect to any running process and debug it.
Intellij 2017.3
You can disable by removing the Spring Boot dashboard:
Run/Debug Configurations
Defaults
configuration, select the Spring Boot
dashboard and click on the -
buttonIntellij 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 -
buttonEDIT: 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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With