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