Why does Spring boot not support jsp while it can render the page if we add proper jar reference

后端 未结 3 719
醉话见心
醉话见心 2020-12-10 09:59

It is written everywhere that Spring boot does not support jsp view. In its official document there are three reasons

  • With Jetty and Tomcat, i
3条回答
  •  粉色の甜心
    2020-12-10 10:28

    Thanks Robin Sun,

    I added in pom org.apache.tomcat.embed:tomcat-embed-jasper and compiled .war and my docker images could recognise my jsps

提交回复
热议问题