合并注解配置<context:component-scan base-package="com.**.controller" annotation-config="true"/>

来源:互联网 发布:淘宝客怎么使用 编辑:程序博客网 时间:2024/06/05 07:48

<context:component-scan base-package="com.**.controller" annotation-config="true"/>

的作用等价于

<context:component-scan base-package="com.**.controller"/>

<context:annotation-config/>

这两句

原创粉丝点击