1546261f812e1b35d96b8a2a0da7bfd9ea949798
[utils] / system / spring / src / test / resources / test.org.wamblee.system.springWithProperties2.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4     xsi:schemaLocation="http://www.springframework.org/schema/beans
5     http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
6
7     <bean id="helloService" class="org.wamblee.system.spring.HelloService2">
8         <constructor-arg>
9             <ref bean="properties"/>
10         </constructor-arg>
11     </bean>
12
13 </beans>