spring注解jar包中的类

在自己写的jar包中使用spring注解方式,需要在导出工程为jar包时选中Add directory entries,如果没有勾选,那么spring将不扫描jar包中的注解。这时需要在配置文件中配置标签才行

 

http://blog.csdn.net/zhou699/article/details/7029744

 

http://www.oschina.net/question/70364_23781

 

spring加载jar包中的配置文件:

 

*:config/spring/applicationContext-*.xml"/>

你可能感兴趣的:(Spring)