Learn how you can use the ConfigurationProperties annotation in Spring Boot to configure values instead of using @Value properties make them available as a singleton Spring Bean.
Highlights
1. What is @ConfigurationProperties annotation in Spring boot?
2. How do you use ConfigurationProperties in a test?
3. What is the use of @configuration in Spring boot?
4. Which annotation will set ApplicationContext for the test class?
5. How do I override default properties in Spring boot?
6. What is the use of ContextConfiguration?
7. How read properties file in Spring MVC?
8. How does Spring Boot read property value?