2
I’m starting to create applications with Spring Boot + Gradle, but when configuring Controller, I can’t redirect a url to an html or jsp file.
My application is like this:
Project structure:
My Controller:
The page displayed by http://localhost:8080/ is a blank page written: login.html and not displaying the html I put in Static folder.
I saw some similar cases, but all the answers I found didn’t work, so I thought I’d open a new topic.
Very good friend, thank you, in this way it worked perfectly p/me!
– Douglas da Dias Silva