2013-04-29 23:12:29 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2019-03-20 11:23:09 +08:00
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd">
|
2013-04-29 23:12:29 +08:00
|
|
|
|
|
|
|
<bean id="runner" class="org.test.Runner"/>
|
|
|
|
|
|
|
|
</beans>
|
|
|
|
|