Spring Boot Tutorial for Beginners #3 - Different Ways to Create Spring Boot Application

preview_player
Показать описание
Hi there everyone, Ramesh here welcome to the Spring boot tutorial for the beginners series. In this video, you will learn different ways to create the Spring Boot application.

#SpringBoot #Beginners #Java

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

Top class content bhai, Thank you so much for your work.

beastwillevolve
Автор

Hi bro, i just started learning Spring and i have a question..

When you work with servlet you have HttpServletRequest and HttpServletResponse as parameters to the doGet() and doPost() method of servlet in which you can request data etc.

What I want to know is how this takes place in Spring (Where does HttpServletRequest and HttpServletResponse fit in with Spring, is it the same as @GetMapping() or how)



Also, How do you connect the backend to front, say I am using react frontend and spring backend, how do you backend know to serve to the front ends request?

pt_trainer