春季->如何在一个地方为所有bean定义架构

时间:2019-03-21 10:26:38

标签: java spring

我有30-40个xml文件,每个文件都包含这样的架构

<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.springframework.org/schema/beans
    http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">

是否可以在一处为所有bean定义架构?

0 个答案:

没有答案