Authored by hugufei

fix bug

... ... @@ -12,14 +12,12 @@
<!-- see java based configuration file -->
<context:component-scan base-package="com.yoho.search.consumer.*" />
<context:component-scan base-package="com.yoho.search.consumer.service.*" />
<context:component-scan base-package="com.yoho.search.core.message.config" />
<context:component-scan base-package="com.yoho.search.core.message.*" />
<!-- 打开aop 注解 -->
<aop:aspectj-autoproxy proxy-target-class="true"/>
<bean id="searchConfigServerPropertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<bean id="searchPropertyPlaceholderConfigurer" class="com.yoho.search.base.beans.SearchPropertyPlaceholderConfigurer">
<property name="ignoreUnresolvablePlaceholders" value="true" />
<property name="locations">
<list>
... ...