这种情况缺少了jstl包,其实从问题的字面意思也可以知道。
解决办法
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<scope>runtime</scope>
</dependency>
这种情况缺少了jstl包,其实从问题的字面意思也可以知道。
解决办法
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<scope>runtime</scope>
</dependency>