superb bro... keeping doing this we will support you.... Don't loose hope we love you🥰
@senorlakwatsero911 Жыл бұрын
Very informative & useful tutorial about spring bot😉👍
@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"; '
@spoidy20256 ай бұрын
nice bro i had this doubt not it solved
@pooinkitchen9912 Жыл бұрын
Thank you for this important information
@healthcorner786 Жыл бұрын
Thanks for sharing
@esthercity1988 Жыл бұрын
THANKS FOR THE INFORMATION
@fareehaadnan2061 Жыл бұрын
Nice sharing
@maskedwolf58343 ай бұрын
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?
@simplifyingtech3 ай бұрын
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..