Learn How to Validate Spring Boot Application Properties from YAML or Properties file configurations using @ConfigurationProperties
Author: Amit Phaltankar Tutorials
Thanks for visiting. I hope you found the tutorials and code examples helpful. Please post your comments, questions, and suggestions below.
You can also reach out to me on any of the Social platforms listed here.
Happy Coding !!
YAML to Java List of Objects in Spring Boot
Examples of reading Lists or collections from a YAML or Properties file to a Java List of Objects in Spring Boot
YAML to Map with Spring Boot
A guide to use Spring Boot & @ConfigurationProperties annotation to read YAML or properties file as a Java Map, Nested Map or MultiValueMap
Reading Nested Properties in Spring Boot
Examples of reading nested yaml properties and binding into Java Bean instance using Spring Boot and @ConfigurationProperties
Using @ConfigurationProperties in Spring Boot
A Guide to Map Properties file to a Java Bean (POJO) using @PropertiesConfiguration in a Spring Boot Application as example.
Sorting Collections with Java Streams API
Examples of using Java Streams API sorted() method to sort different Java Collections in ascending or descending order