I am new to spring Boot and I know that this question has been asked before here, but none of the answers could be of any help to me. I googled and found this link but this too didn't work (I don't want to set it by mapping root context in controller). So I am asking here once again, How to map the welcome page or default page(index.jsp) to the root context in Spring Boot application?
This is my project structure and I am using Spring Boot 2.0.3
Even when I explicitly provide the complete path, it remains unfound as shown below. Please help me understand what am I missing here.