blob: aac46728ef4fca8c1688e529e105af5bfa1fd854 [file] [log] [blame]
<?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="myProperties" location="classpath:org/springframework/beans/factory/config/util.properties"/>
<util:constant id="min" static-field="java.lang.Integer.MIN_VALUE"/>
<util:map id="myProps">
<entry key="bbb" value="aaa"/>
</util:map>
</beans>