0
我有一個依賴多個內部maven項目的web應用程序,可以通過組件掃描從其他項目連線組件嗎? 例如: 在Web應用程序項目Spring 3組件掃描項目範圍
<context:component-scan base-package="com.mycompany.app" />
<context:component-scan base-package="com.mycompany.projectX.service.impl"/>
<context:component-scan base-package="com.mycompany.projectY.service.impl" />