Spring @PathVariable Examples

Explore different ways of using Spring @PathVariable annotation to bind request URI Template variables into Spring Controller arguments

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