I am using spring boot simple application for displaying a JSP. However instead of rendering the JSP the page gets downloaded in the browser. Please suggest?
If you are using Gradle, add the below dependency
compile('org.apache.tomcat.embed:tomcat-embed-jasper')