Extending and customizing auto-configuration classes provided by Spring Boot
Aug 31, 2022 · 5 min read · Problem statement Imagine a scenario when we need to enable certain spring boot auto-configuration on a subset of environments only. The reason for that may be that i.e. our new feature will use new database (mongo) which hasn't been setup on all env...
Join discussion