/**
* Default constructor
*/
public SpringPropertyReplacer() {
phHelper = new PropertyPlaceholderHelper(
PlaceholderConfigurerSupport.DEFAULT_PLACEHOLDER_PREFIX,
PlaceholderConfigurerSupport.DEFAULT_PLACEHOLDER_SUFFIX,
PlaceholderConfigurerSupport.DEFAULT_VALUE_SEPARATOR, true);
}
SpringPropertyReplacer.java 文件源码
java
阅读 29
收藏 0
点赞 0
评论 0
项目:gen-sbconfigurator
作者:
评论列表
文章目录