238054b5a87fbd8a19959a52b1db99e9442946f7
[utils] / system / spring / src / test / resources / test.org.wamblee.system.spring.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.HelloService">
8         <constructor-arg>
9             <value>Hello world!</value>
10         </constructor-arg>
11     </bean>
12
13 </beans>