What’s the difference between @EnableConfigurationProperties and @ ConfigurationPropertiesScan
I was just going through an article about @ConfigurationProperties and how the main class needs to be annotated with @EnableConfigurationProperties in order for the binding to take place but then just below in another section read that @ConfigurationPropertiesScan can also be used to for the same.