Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何根据上下文在 Spring 中导入。
我正在寻找的是类似的东西
<import context = "x" resource="x.xml"/> <import context = "y" resource="y.xml"/>
这基本上是根据某些条件导入 x 或 y 。
我正在使用 Spring 2.5.6