Prevent IntelliJ from Creating Spring Boot Run/Debug Configurations
Answered
My department uses a shared repo with 50-60 Spring Boot projects in it. My team only works on three or four of them. IntelliJ constantly creates Run/Debug configurations for each of them which makes it harder to find the project I actually want to use. I've tried adding projects I'm not using to Project Structure > Facets > Exclude from detection, but that doesn't appear to have done anything.

Please sign in to leave a comment.
Thanks for the report, I've submitted it to the issue tracker. Please star/vote the issue to receive notifications: https://youtrack.jetbrains.com/issue/IDEA-257600. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135 if you are not familiar with YouTrack.
Does Settings (Preferences on macOS) | Languages & Frameworks | Spring | Spring Boot | Initializr | Create Run Configuration automatically option help?
Thanks, I'll update this thread if that doesn't solve the problem.