注解
后续补充
常用注解
aspect
参考链接:https://zhuanlan.zhihu.com/p/351468451
需要依赖:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
标签:java,springboot,spring,boot,接力,注解
From: https://www.cnblogs.com/fusio/p/17381169.html