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

java.lang.NoClassDefFoundError: Could not initialize class ......

时间:2016-10-24 07:41:41      阅读:419      评论:0      收藏:0      [点我收藏+]

标签:span   ase   log   ssd   spring   text   ...   init   context   

在测试数据字典工具类的时候一直报这个错误,找了好久,原来是SpringContextUtils这个类没有放入到容器中。

但是我在SpringContextUtils上面加了注解的,为什么注解没有扫到呢?

要不怎么说你蠢呢?

spring配置文件中的base-package没有扫到这个工具类所在的包,我也是醉了。。。。。。

<context:component-scan base-package="xxxx"/>

 

java.lang.NoClassDefFoundError: Could not initialize class ......

标签:span   ase   log   ssd   spring   text   ...   init   context   

原文地址:http://www.cnblogs.com/winner-0715/p/5991653.html

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