Spring @Qualifier annotation tutorial

Spring @Qualifier annotation tutorial shows how to use @Qualifier to differentiate beans in a Spring application.

Spring @RequestBody

Spring @RequestBody tutorial shows how to bind method parameters to request body with @RequestBody annotation.

Spring redirect tutorial

Spring redirect tutorial shows how to redirect a request in a Spring web application.

Spring @PropertySource annotation tutorial

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

Spring context:property-placeholder tutorial shows how to use context:property-placeholder tag to externalize properties in a Spring application.

Spring Prototype scope bean

Spring Prototype scope bean tutorial shows how to use a Prototype scoped bean in a Spring application.

Spring @PostMapping

Spring @PostMapping tutorial shows how to use @PostMapping annotation to map HTTP POST requests onto specific handler methods.

Spring p-namespace tutorial

Spring property namespace tutorial shows how to use p-namespace in property-based injection in a Spring application.

Spring profile XML tutorial

Spring profile XML tutorial shows how to configure profiles in XML for a Spring application.

Spring @PathVariable

Spring @PathVariable tutorial shows how to read a URL variable with @PathVariable annotation.