您的位置:首页 > 移动开发

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

2016-06-09 18:28 603 查看
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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: