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
SpringBootApplication annotation has exclude attribute but would be nice to have excludeName attribute to exclude by class names.
Excluding auto configurations by class name is essential where your main class does not depends on other classes such as actuators auto configurations.
The text was updated successfully, but these errors were encountered:
SpringBootApplication
annotation hasexclude
attribute but would be nice to haveexcludeName
attribute to exclude by class names.Excluding auto configurations by class name is essential where your main class does not depends on other classes such as actuators auto configurations.
The text was updated successfully, but these errors were encountered: