码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2016-08-06 09:54:43      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:

多了这两个包,范围改有compile 改成 provided

      <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet-api</artifactId>
            <version>3.1.0</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>jsp-api</artifactId>
            <version>2.0</version>
            <scope>provided</scope>
        </dependency>

 

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

标签:

原文地址:http://www.cnblogs.com/zno2/p/4817334.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!