我的项目有以下结构:-
parent POM
|-- app-core
|-- app-model
|-- app-services
`-- app-web
应用程序核心:在斯普林斯
app-services : 在球衣休息
*app-services使用app-core.jar*
问题:如果我将 spring-dependencies 添加到我的 app-core,app-services 如何访问applicationContext.xml
. 我是否还需要将 spring-dependencies 添加到我的 app-services 模块中?