|
|
|
@ -40,12 +40,13 @@ import org.springframework.beans.factory.support.BeanDefinitionRegistryPostProce
|
|
|
|
|
* To process xml config placeholders, e.g.
|
|
|
|
|
*
|
|
|
|
|
* <pre>
|
|
|
|
|
* <bean class="com.ctrip.framework.apollo.demo.spring.xmlConfigDemo.bean.XmlBean">
|
|
|
|
|
* <bean class="com.demo.bean.XmlBean">
|
|
|
|
|
* <property name="timeout" value="${timeout:200}"/>
|
|
|
|
|
* <property name="batch" value="${batch:100}"/>
|
|
|
|
|
* </bean>
|
|
|
|
|
* </pre>
|
|
|
|
|
*
|
|
|
|
|
* This source file was originally from:
|
|
|
|
|
* <code><a href=https://github.com/apolloconfig/apollo/blob/master/apollo-client/src/main/java/com/ctrip/framework/apollo/spring/property/SpringValueDefinitionProcessor.java>
|
|
|
|
|
* SpringValueDefinitionProcessor</a></code>
|
|
|
|
|
*
|
|
|
|
|