随笔分类 -  aop

摘要:代码记录 首先要在maven中配置相关的aop配置 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> 编写自己 阅读全文
posted @ 2022-03-02 10:31 gkaigk 阅读(62) 评论(0) 推荐(0)