Commit fe15e4ff by 徐高华

add

parent 5ef85454
......@@ -9,9 +9,6 @@
http://www.springframework.org/schema/context/spring-context.xsd
http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd">
<context:component-scan base-package="com.gic.haoban.self"/>
<!-- 应用名称 -->
<dubbo:application name="haoban-selft-web"/>
<dubbo:protocol name="dubbo" port="20130"/>
</beans>
\ No newline at end of file
......@@ -11,7 +11,7 @@
http://www.springframework.org/schema/aop/spring-aop.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
<!-- 扫描注解包路径,多个包用逗号分隔,不填pacakge表示扫描当前ApplicationContext中所有的类 -->
<context:component-scan base-package="com.gic.haoban.*"/>
<context:component-scan base-package="com.gic.qywx.*"/>
<!-- 启动对@AspectJ注解的支持 -->
<aop:aspectj-autoproxy/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment