springboot 實現 aop

pom.xml 導入 springboot aop 依賴 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> 建立 aspect,在 execution 參數中寫上被切的類 @Aspect @Componen
相關文章
相關標籤/搜索