报错:
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'fabricService' defined in ServletContext resource [/WEB-INF/classes/spring/applicationContext-servic
e.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [textile.ssm.service.impl.FabricServiceImpl]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
The import com.ruanjian cannot be resolved
name cannot be resolved to a variable。
我import 全部都删除了为什么还会跳出这个错误?
一直显示import """cannot be resolved
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
3条回答 默认 最新
wfcdream 2016-07-28 08:34关注/WEB-INF/classes/spring/applicationContext-service.xml 这里面定义了一个bean fabricService有问题,问题后面不是提示了吗,Could not instantiate bean class [textile.ssm.service.impl.FabricServiceImpl]: Constructor threw exception 不能够初始化,构造函数抛出异常,后边是说Unresolved compilation problems:The import com.ruanjian cannot be resolved name cannot be resolved to a variable。这个名字不能当一个变量处理之类的,你还是仔细查查代码吧
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报