Spring boot downloading jsp file

后端 未结 4 2008
我寻月下人不归
我寻月下人不归 2021-01-18 04:05

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?

4条回答
  •  不知归路
    2021-01-18 04:49

    If you are using Gradle, add the below dependency

    compile('org.apache.tomcat.embed:tomcat-embed-jasper')
    

提交回复
热议问题