项目中某一个package打成jar包时,然后引用时无法找到的

异常信息:
Spring MVC Autowired – No qualifying bean of type [] found for dependency: expected at least 1 bean which qualifies
No qualifying bean of type [...Service] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework. beans.factory.annotation.Autowired (required=true)}

说的很清楚了了,自动注入的时候,找不到对应的bean;

用eclipse的export导出时,选中那个folder entries复选框。否则的话你导出的jar包没有目录结构,从而造成你的问题。

http://blog.sina.com.cn/s/blog_7d86c66c0102xprx.html

猜你喜欢

转载自wangbin118.iteye.com/blog/2388589