读书人

[转]Spring Component-scan和eclipse

发布时间: 2012-07-03 13:37:43 作者: rapoo

[转]Spring Component-scan和eclipse export jar兼容问题

?

Spring使用component-scan的时候,如果把spring bean打包到jar文件中,spring无法找到相应的bean

要处理正确很简单:当使用eclipse export成.jar的时候,把add directory entries选上就可以了

或者使用下列打包方法:

jar?cvf?jj.jar?com?META-INF?jdbc.properties beans.xml

读书人网 >Eclipse开发

热点推荐