Examples of using Spring Boot ExitCodeGenerator and ExitCodeExceptionMapper to return custom exit codes from a Spring Boot Application
Spring Boot Tutorials
Tutorials on the basic concepts and features of Spring Boot Framework.
Validations with @ConfigurationProperties in Spring Boot
Learn How to Validate Spring Boot Application Properties from YAML or Properties file configurations using @ConfigurationProperties
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.