Authored by 胡古飞

fix SearchPropertyPlaceholderConfigurer

@@ -10,7 +10,7 @@ import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer; @@ -10,7 +10,7 @@ import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer;
10 10
11 public class SearchPropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer { 11 public class SearchPropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer {
12 12
13 - private static Map<String, Object> ctxPropertiesMap; 13 + private Map<String, Object> ctxPropertiesMap;
14 14
15 @Override 15 @Override
16 protected void processProperties(ConfigurableListableBeanFactory beanFactory, Properties props) throws BeansException { 16 protected void processProperties(ConfigurableListableBeanFactory beanFactory, Properties props) throws BeansException {