Posts by Gustavo Dib • 21 points
1 post
-
2
votes2
answers1604
viewsQ: Redirect to html with Spring Boot
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…