码迷,mamicode.com
首页 > 编程语言 > 详细

HTTP Status 500 - Handler processing failed; nested exception is java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config

时间:2017-03-01 00:15:41      阅读:379      评论:0      收藏:0      [点我收藏+]

标签:logs   hand   idea   技术分享   png   config   .com   process   jstl   

技术分享

 

 

 

今天在用idea搭建spring mvc时候报了这个错误,缺少jstl的依赖包。由于是使用的spring-core的依赖,而spring-core里面是有jstl的。这就郁闷了,最后是在自己的pom.xml里面又引入了jstl解决的

 

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


重启 项目 正常了。

 

HTTP Status 500 - Handler processing failed; nested exception is java.lang.NoClassDefFoundError: javax/servlet/jsp/jstl/core/Config

标签:logs   hand   idea   技术分享   png   config   .com   process   jstl   

原文地址:http://www.cnblogs.com/thinkingandworkinghard/p/6481671.html

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