【发布时间】:2012-09-17 14:20:42
【问题描述】:
我的项目有以下结构:-
parent POM
|-- app-core
|-- app-model
|-- app-services
`-- app-web
app-core : 在 Springs
应用服务:在 球衣休息
*app-services 使用 app-core.jar*
问题:如果我将 spring-dependencies 添加到我的应用程序核心,应用程序服务如何访问applicationContext.xml。我是否还需要将 spring-dependencies 添加到我的 app-services 模块中??
【问题讨论】: