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

  Рет қаралды 17,770

Simplifying Tech

Simplifying Tech

Күн бұрын

Пікірлер: 12
@manoutonsbeat
@manoutonsbeat Жыл бұрын
Really interesting
@sumanthpula9727
@sumanthpula9727 Жыл бұрын
superb bro... keeping doing this we will support you.... Don't loose hope we love you🥰
@senorlakwatsero911
@senorlakwatsero911 Жыл бұрын
Very informative & useful tutorial about spring bot😉👍
@fake8708
@fake8708 Жыл бұрын
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 6 ай бұрын
nice bro i had this doubt not it solved
@pooinkitchen9912
@pooinkitchen9912 Жыл бұрын
Thank you for this important information
@healthcorner786
@healthcorner786 Жыл бұрын
Thanks for sharing
@esthercity1988
@esthercity1988 Жыл бұрын
THANKS FOR THE INFORMATION
@fareehaadnan2061
@fareehaadnan2061 Жыл бұрын
Nice sharing
@maskedwolf5834
@maskedwolf5834 3 ай бұрын
Hey! Great video, but I have questions. What if I use HTML instead of JSP? Would it still work the same? How do I add my CSS style or JS file to the login and welcome pages?
@simplifyingtech
@simplifyingtech 3 ай бұрын
Glad it helped you, yes you may use html instead but these will be static pages, css and js files you may load via claapath or src main resources directory Specify css referance in html page..
@ChandraSekhar-ki3iz
@ChandraSekhar-ki3iz 7 ай бұрын
(VRC) : 🙏🌹G👏r👏e👏a💐T🙏
Advanced Spring Boot Restful APIs Tutorial: Build a Full Spring Boot Web App
1:25:06
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Spring Boot JSP Hello World Example Tutorial
13:08
Java Guides
Рет қаралды 55 М.
This is the Only Right Way to Write React clean-code - SOLID
18:23
Login Page using JSP + Servlet + JDBC + MySQL (2022)- Step by Step Tutorial
17:03