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
A typical SpringBootApplication does not have any method besides a main method. With the default settings, the build fail with a HideUtilityClassConstructor violation.
Configuration classes are also affected if they ony import other stuff.
It would be nice to review those and offer a default excludes for them.