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

2018-12-24  本文已影响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>

上一篇下一篇

猜你喜欢

热点阅读