學習筆記:1_Spring_AOP之基於註解方式配置Bean_1

在學習Spring AOP前至少要掌握基於註解方式配置Bean的概念,下面簡單寫一個@Component註解的例子。 1、  導入jar包 2、  創建基於註解的Person類package com.spring.scan; import org.springframework.stereotype.Component; //@Component是基本註解,標識了一個受Spring管理的Bean組
相關文章
相關標籤/搜索