<?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-4.3.xsd
						http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.3.xsd">

	<!--
	egov 중복 
	<util:properties id="conf" location="classpath:i2c/properties/conf${server-type}.xml" /> 
	-->
	
	<!-- <bean name="propertiesService" class="egovframework.rte.fdl.property.impl.EgovPropertyServiceImpl" destroy-method="destroy">
        <property name="properties">
            <map>
                <entry key="pageUnit" value="10"/>
                <entry key="pageSize" value="10"/>
                <entry key="posblAtchFileSize" value="5242880"/>
                <entry key="Globals.fileStorePath" value="/dev/i2cowork/uploads/"/>
                <entry key="Globals.addedOptions" value="false"/>
            </map>
        </property>
        <property name="extFileName">
			<set>
		        <map>
		        	<entry key="encoding" value="UTF-8"/>
		        	<entry key="filename" value="classpath*:i2c/properties/conf${server-type}.xml"/>
		        </map>		        
			</set>
		</property>
    </bean> -->
	
</beans>	

