Spring @Qualifier annotation tutorial shows how to use @Qualifier to differentiate beans in a Spring application.
Spring @RequestBody tutorial shows how to bind method parameters to request body with @RequestBody annotation.
Spring redirect tutorial shows how to redirect a request in a Spring web application.
Spring @PropertySource tutorial shows how to use @PropertySource annotation to include properties in the Environment and inject properties with @Value.
Spring context:property-placeholder tutorial shows how to use context:property-placeholder tag to externalize properties in a Spring application.
Spring Prototype scope bean tutorial shows how to use a Prototype scoped bean in a Spring application.
Spring @PostMapping tutorial shows how to use @PostMapping annotation to map HTTP POST requests onto specific handler methods.
Spring property namespace tutorial shows how to use p-namespace in property-based injection in a Spring application.
Spring profile XML tutorial shows how to configure profiles in XML for a Spring application.
Spring @PathVariable tutorial shows how to read a URL variable with @PathVariable annotation.