Spring Boot DispatcherServlet forwards to a wrong URL when returning static content
I have to do a Spring Boot project for Uni and I have chosen the most basic (in my opinion) technologies for frontend, those being HTML and JQuery. I have a @Controller
which returns the html files.