02-03-2015 06:31 AM
02-04-2015 12:31 AM
<bean id="properties-placeholder" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="valueSeparator">
<null/>
</property>
<property name="ignoreUnresolvablePlaceholders">
<value>true</value>
</property>
<property name="searchSystemEnvironment">
<value>false</value>
</property>
<property name="locations">
<list>
<value>classpath:alfresco/share-global.properties</value>
</list>
</property>
</bean>
<bean id="demoBean" class="com.my.share.config.DemoPlaceHolder">
<property name="demoProperty">
<value>${demo.property.value}</value>
</property>
</bean>
tomcat/shared/classes/alfresco/share-global.properties
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.