springboot 实现 aop

pom.xml 导入 springboot aop 依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> 建立 aspect,在 execution 参数中写上被切的类 @Aspect @Componen
相关文章
相关标签/搜索