You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every folder contains a maven project. Some of the spring boot based microservices, others just modules
Some of these modules have an indirect dependency on Spring boot (e.g. spring-cloud-starter-openfeign)
Current behavior
that module appears in the SPRING:APPS panel in VS Code
Desired behavior:
that module is not recognized as runnable
Option 1: instead of checking the classpath for spring boot jar files (which is currently the way discovery is done, as far as I understood), search for the @SpringBootApplication annotation in the project.
Option 2: introduce a setting that allows hiding projects from the panel
Environment
Situation
Current behavior
Desired behavior:
@SpringBootApplicationannotation in the project.