-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Exclude AutoConfiguration via Properties #2435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
👍 |
Would be really cool |
See also #2939 |
I am tempted to give that a try with |
snicoll
added a commit
to snicoll/spring-boot
that referenced
this issue
Aug 3, 2015
Add `spring.application.exclude-auto-configurations` to control the list of auto-configuration classes to exclude via configuration. Merge the exclusions defined on the `@EnableAutoConfiguration` or `@SpringBooApplication` if any. Closes spring-projectsgh-2435
I'd prefer a different prefix. |
That's |
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to be able to exclude AutoConfiguration classes via a property in addition to the Annotation approach. This can be helpful for disabling features without building a new artifact or for managing AutoConfig's across an org by sharing prop files.
The text was updated successfully, but these errors were encountered: