Authored by Amos_sdy

fix

... ... @@ -10,7 +10,7 @@
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-3.1.xsd
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd>
http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd">
<!-- Spring扫描目录,通过注解的方式注入bean,只扫描本工程的目录 -->
<context:component-scan base-package="com.yoho.message.sdk.*" />
... ...