1

我的项目有以下结构:-

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 模块中?

4

1 回答 1

2

只需app-core在 pom 中添加 as maven 依赖项app-services,您就可以访问applicationContext.xmlas classpath:applicationContext.xml

于 2012-09-18T06:22:12.770 回答