AOP记录方法运行耗时(没事闲的)

This commit is contained in:
KilLze
2025-12-30 01:32:01 +08:00
parent c9cb410819
commit ab2bde0517
2 changed files with 37 additions and 0 deletions

View File

@@ -71,6 +71,12 @@
<version>3.12.0</version>
</dependency>
<!-- AOP起步依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!-- 阿里云相关依赖 -->
<dependency>
<groupId>com.aliyun.oss</groupId>