08 - Configure Spring Boot Controllers
springboot
Controllers
Review Controller structure and Spring Boot annotations
Introduction
Spring Boot annotations
@RequestMapping
@RequestParam
@PathVariable
Differences between
@RequestParam
and @PathVariable
This article explains when it is useful to use one or the other and how they are sent along with the URI path.