Problem with web starter project from spring initializer. Springboot 2.2.0
I just created a spring boot 2.2.0
project from spring initializer website with web starter dependency. The application works fine if I user @RestController
annotation and send request from postman but when I use @Controller
annotation and try to load the hello.html page which is in /resources/templates directory it throws null or white label errors. It's weird the package structure is perfect but it's not working.
I could not find any answer thread so far for this issue.