《springboot篇》注解

注解

后续补充

常用注解

aspect

参考链接:https://zhuanlan.zhihu.com/p/351468451

需要依赖:

<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
posted @ 2024-01-16 09:58  Fusio  阅读(11)  评论(0编辑  收藏  举报