I am following this sample, spring boot MVC + JSP...http://www.leveluplunch.com/java/tutorials/003-getting-started-with-spring-boot/
it works great in eclipse, but, when i make the deploy (mvn install) and java -jar at JAR file... i use this link http://localhost:8080/jsptest.... and go to 404.
there is some rules for JSP in spring boot MVC?
the app is simple...and work on eclipse, but the jar does´t.
some idea?