美文网首页
springBoot加载jsp的时候需要的映射

springBoot加载jsp的时候需要的映射

作者: 凯凯_ | 来源:发表于2018-12-24 05:19 被阅读31次

<!-- 添加jsp和jstl支持 -->

  <dependency>

  <groupId>javax.servlet</groupId>

  <artifactId>jstl</artifactId>

  </dependency>

  <dependency>

  <groupId>org.apache.tomcat.embed</groupId>

  <artifactId>tomcat-embed-jasper</artifactId>

  </dependency>

相关文章

网友评论

      本文标题:springBoot加载jsp的时候需要的映射

      本文链接:https://www.haomeiwen.com/subject/cmfakqtx.html