<?xml version="1.0" encoding="UTF-8"?>
<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-3.0.xsd">

  <bean >
    <!-- collaborators and configuration for this bean go here -->
  </bean>

  <bean >
    <!-- collaborators and configuration for this bean go here -->
  </bean>

  <!-- more bean definitions go here -->

</beans>

 

相关文章:

  • 2021-08-11
  • 2021-06-21
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2021-10-13
  • 2022-12-23
猜你喜欢
  • 2021-11-28
  • 2021-07-12
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2021-12-20
相关资源
相似解决方案