Spring Boot Tutorial for Beginners #16 - Spring Boot REST API with Path Variable - @PathVariable

preview_player
Показать описание
Hi there everyone, Ramesh here welcome to the Spring boot tutorial for the beginners series. In this video, you will learn how to build Spring boot REST API to handle path variables in an HTTP request using @PathVariable annotation.

#SpringBoot #Beginners #Java

RECOMMENDED COURSES
---------------------------------------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

can user hit controller method with any number of path variable ? which variable will be considered either first or last?

danishriyaz
Автор

why we got 1 and 2 as json o/p we entered 1 and 2 in URL since we are using hardcoded data it should return those values only

saurabh.pandey
Автор

I am getting whitelabel error page while executing this program

natashinithegreat