Spring 注解 读取不到包中的注解
org.springframework.beans.factory.BeanDefinitionStoreException:Failedtoloadbeanclass:...
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to load bean class: test.action.BiStockAction; nested exception is java.io.FileNotFoundException: class path resource [com/MEBS/common/mgr/action/EcsideAction.class] cannot be opened because it does not exist
Caused by: java.io.FileNotFoundException: class path resource [com/MEBS/common/mgr/action/EcsideAction.class] cannot be opened because it does not exist
但我在Spring配文中已经写了<context:component-scan base-package="com" /> 展开
Caused by: java.io.FileNotFoundException: class path resource [com/MEBS/common/mgr/action/EcsideAction.class] cannot be opened because it does not exist
但我在Spring配文中已经写了<context:component-scan base-package="com" /> 展开
1个回答
展开全部
我看错误好像是 class path resource [com/MEBS/common/mgr/action/EcsideAction.class] cannot be opened because it does not exist
这个编译过的类不存在,你到class目录下先看看 EcsideAction.class 有没有这个文件
如果没有,把这个类修改下(加个回车什么的)再保存,你的开发工具应该会给你自动编译生成.class文件
这个编译过的类不存在,你到class目录下先看看 EcsideAction.class 有没有这个文件
如果没有,把这个类修改下(加个回车什么的)再保存,你的开发工具应该会给你自动编译生成.class文件
更多追问追答
追问
EcsideAction.class 这个文件是在我的Jar包里
追答
jar放在了 lib 目录了没
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询