首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

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

2012-07-03 
[转]Spring Component-scan和eclipse export jar兼容问题?Spring使用component-scan的时候,如果把spring b

[转]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

热点排行