Тёмный

Create a Simple Login Form Application using Spring Boot & JSP | Web App Development 

Simplifying Tech
Подписаться 3,1 тыс.
Просмотров 14 тыс.
50% 1

Create a Simple Login Form Application using Spring Boot & JSP | Web App Development
Learn how to build a Login Application in this step-by-step tutorial. This video covers the implementation of user login functionality Using Spring Boot 3.0.10 and JSP with REST implementations. Whether you're a beginner or an experienced developer, this tutorial will guide you through the entire process.
You will learn
How to Create a simple project with Spring Initializr?
How to initialize a basic web application for Spring Boot?
How to add a JSP for web application?
How to build basic login functionality?
How to auto-wire components using Spring Framework?
✅ Reference Blog Link:
simplifyingtec...
✅ Download Source Code:
github.com/Sim...
______________________
⏲️Time Stamps⏲️
00:20 - Introduction
02:35 - How to Create a simple project with Spring Initializr
03:30- Importing and Configuring Project into Eclipse
04:50- Create Web app Folder structure
05:45- Creating Jsp page
09:50- Creating REST endpoint in controller
12:00-Creating service class
13:20- Logout page
14:10-Running Application
️▶️ Watch our latest videos: www.youtube.co....
▶️ Apache Kafka series : www.youtube.co....
▶️ Elasticsearch java - Playlist : www.youtube.co....
▶️ MongoDB java -Playlist : www.youtube.co....
▶️ Spring Boot Java -Playlist : www.youtube.co....
________________________________________
✉️ Contact: simplifyingtechcode@gmail.com
🐦 Twitter: / simplifyingtech
📷 Insta: / simplifyingtech
---------------------------------------------------------------
Production Credits:
Edited by: Simplifying Tech
Edited with Tool : Filmora 10
Produced by: Simplifying Tech
Website: simplifyingtec......
---------------------------------------------------------------
About Simplifying Tech :
👉 Lets Make it Simplified and illustrative....
The main Objective of Simplifying Tech is to have people learn new technologies and programming in more simplified and illustrative way.

Опубликовано:

 

3 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 10   
@fake8708
@fake8708 10 месяцев назад
Hey. Great video, explained everything nicely. Just a query, once the user logout, you are sending the user to the login page right. So if the user tries to login again, it'll fail, as your sending the user to the following endpoint - 'localhost:8080/logout' , which is undefined for post operations so you'll get a 405 . What you need to do instead is, while sending the user back to the login page, you need to redirect to the login endpoint as well. Use the following return statement inside your logout method - ' return "redirect:/login"; '
@spoidy2025
@spoidy2025 2 месяца назад
nice bro i had this doubt not it solved
@fareehaadnan2061
@fareehaadnan2061 Год назад
Nice sharing
@esthercity1988
@esthercity1988 Год назад
THANKS FOR THE INFORMATION
@pooinkitchen9912
@pooinkitchen9912 Год назад
Thank you for this important information
@healthcorner786
@healthcorner786 Год назад
Thanks for sharing
@senorlakwatsero911
@senorlakwatsero911 Год назад
Very informative & useful tutorial about spring bot😉👍
@manoutonsbeat
@manoutonsbeat Год назад
Really interesting
@sumanthpula9727
@sumanthpula9727 Год назад
superb bro... keeping doing this we will support you.... Don't loose hope we love you🥰
@ChandraSekhar-ki3iz
@ChandraSekhar-ki3iz 4 месяца назад
(VRC) : 🙏🌹G👏r👏e👏a💐T🙏
Далее
How Many Twins Can You Spot?
00:17
Просмотров 19 млн
CRUD operation in Spring boot using JSP, MySQL and JPA
2:06:09
Java Spring Boot 2.5 Years Interview Experience
37:27
Ultimate Java Backend Project: Spring Boot Tutorial
40:09