The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory

来源:互联网 发布:大学生网络理财产品 编辑:程序博客网 时间:2024/06/05 15:59

The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory

 修改pom.xml

<dependency>
    <groupId>opensymphony</groupId>
    <artifactId>oscache</artifactId>
    <version>2.4.1</version>
    <exclusions>
        <exclusion>
              <groupId>javax.servlet</groupId>
                  <artifactId>servlet-api</artifactId>
        </exclusion>
    </exclusions>

</dependency>

0 0
原创粉丝点击