I\'m getting the following error when running my project using Spring Tool Suite,
But in case my problem is I have already added the appropriate dependencie
I was able to generate a jar from my application and then run it with java -jar myapp.jar But I only managed to run this jar with the version below spring-boot-starter-parent:
MyApp/pom.xml:
org.springframework.boot spring-boot-starter-parent 1.4.1.RELEASE
I researched in: Spring Boot JSP 404