Helo everyone! I completed my Spring based web app and then started to rebuild it to Spring boot because it gives me ability to use
If you want to do a jar-Deployment you cannot use the wepapp folder.
src/main/resources/META-INF/resources/jsp
Put these lines to your application.properties file:
spring.mvc.view.prefix=/jsp/
spring.mvc.view.suffix=.jsp
You can have a look to this project. It also uses Spring-Boot, a jar-Deployment and JSPs: https://github.com/synyx/urlaubsverwaltung