在运行时报了一个奇怪的错误
Error creating bean with name 'accountinfoDao' defined in file [D:\apache-tomcat-6.0.43\webapps\YikeLog\WEB-INF\classes\com\yike\dao\AccountinfoDao.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.yike.dao.AccountinfoDao]: Constructor threw exception; nested exception is java.lang.Error: Unresolved compilation problems:
但是我的项目里都没有这个dao 并且目录都不叫Yikelog ,关于Yikelog和accountinfoDao是我以前做的另一个项目里的, 跟这个项目一点关系也没有, 配置文件啥的也都没有写任何Yikelog和accountinfoDao有关的东西 为啥运行时偏要找这个bean呢
------解决思路----------------------
tomcat上以前的项目没删