08 - Configure Spring Boot Controllers

springboot
Controllers
Review Controller structure and Spring Boot annotations
Author

ProtossGP32

Published

March 8, 2023

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.

Spring Boot data types

Model and ModelMap

RedirectAttributes