Spring Boot Security / Request = 500
Hello guys, I'm a beginner here who's trying Spring Boot security.
I'm trying to sign in with the httpSecurity but when I do my sign-in request, SPring boot redirects me to the famous issue.
The thing is in my security configuration I understand I have to modify this line :
But my home URL is
I'm trying to sign in with the httpSecurity but when I do my sign-in request, SPring boot redirects me to the famous issue.
The thing is in my security configuration I understand I have to modify this line :
But my home URL is
http://localhost:8080/ do you know how to modify the url to at least redirect it to the homepage ( I built my environment with Maven ) ?