Examples of customizing Spring Boot startup Banner or Logo by providing a custom banner or updating the banner dimensions
Spring Boot Tutorials
Tutorials on the basic concepts and features of Spring Boot Framework.
Spring Boot Exit Codes Examples with Exception Mapping
Examples of using Spring Boot ExitCodeGenerator and ExitCodeExceptionMapper to return custom exit codes from a Spring Boot Application
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