What is :bootRun tab??

Answered

When creating and debugging a Spring boot project, the: bootRun tab in the image always appears.

Is there a way to get rid of that tab?

0
1 comment

:bootRun is a tab that IDE creates for the java process debug that was launched by corresponding Gradle task. Essentially, this is the tab for the Remote Debug configuration (which is automatically created when you launch Gradle task in Debug mode). See also this comment for more details.

We plan to address some related usability issues: https://youtrack.jetbrains.com/issue/IDEA-200694

0

Please sign in to leave a comment.