设置xml以让通知spring 扫描 注解

<!--下边三个都是告诉spring扫描注解-->
	 一、<context:component-scan  base-package="log.logback"/>
	 二、<bean class="org.springframework.context.annotation.CommonAnnotationBeanPostProcessor" />
	 三、<context:annotation-config />

 

posted @ 2015-09-25 13:56  wzhanke  阅读(569)  评论(0编辑  收藏  举报