Spring @RequestParam Annotation

2021 VietMX 0

1. Overview In this quick tutorial, we’ll explore Spring’s @RequestParam annotation and its attributes. Simply put, we can use @RequestParam to extract query parameters, form parameters, and even files from […]

Spring RequestMapping

2021 VietMX 0

1. Overview In this tutorial, we’ll focus on one of the main annotations in Spring MVC: @RequestMapping. Simply put, the annotation is used to map web requests […]

Spring Web Annotations

2021 VietMX 0

1. Overview In this tutorial, we’ll explore Spring Web annotations from the org.springframework.web.bind.annotation package. 2. @RequestMapping Simply put, @RequestMapping marks request handler methods inside @Controller classes; it can be configured using: path, or its […]