我在一个文件中有配置:applicationContext.xml。我有数据源、会话工厂和另外两个 bean。
我想改变这样的配置:
applicationContext.xml -> parent
,其中包含数据源、会话工厂bean1.xml -> children
,它继承自 applicationContext 并且仅包含有关 bean1 的信息bean2.xml -> children
,它继承自 applicationContext 并且仅包含有关 bean2 的信息
我怎样才能做到这一点?我找到了有关继承 bean 的信息,但我想要另外三个文件而不是一个