Spring 對某個對象進行代理(aop的功能,能夠對某個功能進行開關)

EnableLuban @Retention(RetentionPolicy.RUNTIME) @Import(MyImportSelector.class) public @interface EnableLuban { } Appconfig @ComponentScan("com.luban") @EnableLuban //開啓代理功能,去掉就不會對IndexDao進行代理 public
相關文章
相關標籤/搜索