Extending and customizing auto-configuration classes provided by Spring Boot
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...
adgadev.hashnode.dev5 min read