I am trying to create an account controller using Spring Boot. I have an html file for the login page located under static/login.html. The page loads perfectly fine when I do not map a POST request to the same path. I am trying to create an account controller usi