Spring框架中Spring配置文件中context:annotation-config标签说明
<context:annotation-config/>此标签的重要作用就是: 省去系统繁琐的注解标签,加上一个此标签,就可以在此项目程序添加“注解”的功能,使系统识别相应的注解功能!!详解:<context:annotation-config/>标签的作用是隐式地向Spring容器注册AutowiredAnnotationBeanPostProcesso...