Files
java-tutorials/libraries-testing/src/test/resources/adder-beans.xml
T

14 lines
576 B
XML
Raw Normal View History

2019-10-30 13:51:17 +01: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" xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">
<util:properties id="props">
<prop key="adder">
4
</prop>
</util:properties>
</beans>