jstl 在maven项目中失效

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>jstl</artifactId>
      <version>1.1.2</version>
    </dependency>

    <dependency>
      <groupId>taglibs</groupId>
      <artifactId>standard</artifactId>
      <version>1.1.2</version>
    </dependency>

添加以上依赖

在jsp页面添加:  <%@ page isELIgnored="false" %>

猜你喜欢

转载自blog.csdn.net/Moty12/article/details/82559511