I'm starting to create applications with Spring Boot + Gradle, but when configuring the Controller, I can not redirect a url to a html or jsp file.
My application looks like this:
Projectstructure:
MyController:
Thepagedisplayedby link is a blank page written: login.html and not displaying the html that I put in the static folder
I saw some similar cases but all the answers I found did not work, so I thought I'd like to open a new topic.