Spring AOP簡單的配置(註解和xml配置)

註解配置AOP   項目路徑:E:\JavaWebSrc\FirstSpringAOPcss   1:接口代碼 spring     接口爲 IPerson ,接口不須要寫註釋express public interface IPerson { public void sayNmae(); public void introduceOneSelf(); }   2:實體類代碼數組
相關文章
相關標籤/搜索