Commit 5d7e08d5 by 王祖波

增加扫描导出的包

parent a9cdcab2
...@@ -11,7 +11,7 @@ ...@@ -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"> 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中所有的类 --> <!-- 扫描注解包路径,多个包用逗号分隔,不填pacakge表示扫描当前ApplicationContext中所有的类 -->
<context:component-scan base-package="com.gic.haoban.*" /> <context:component-scan base-package="com.gic.haoban.*,com.gic.web.common.download.*" />
<!-- 启动对@AspectJ注解的支持 --> <!-- 启动对@AspectJ注解的支持 -->
<aop:aspectj-autoproxy /> <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