Examples of reading nested yaml properties and binding into Java Bean instance using Spring Boot and @ConfigurationProperties
Spring Core Tutorials
Learn the core principles and the basics of Spring and Spring Boot Framework.
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.
Spring @RequestParam Annotation with Examples
Quickly learn to use Spring @RequestParam annotation to map request query string parameters into controller method arguments
Reading HTTP Headers in Spring REST Controller
A quick and practical guide on How to Read HTTP Headers in Spring Controller of a Spring or Spring Boot REST Service
Difference Between @Component, @Repository, and @Service in Spring
A guide to Spring stereotype annotations like @Component, @Service, and @Repository and it thoroughly explains their differences.
Scheduled Tasks in Spring with @Scheduled
Guide to write Scheduled Tasks in Spring using the @Scheduled annotation. Learn different ways of scheduling methods in Spring