时间统计 和 内存缓存

This commit is contained in:
Jesse-Ma
2023-03-07 17:56:41 +08:00
parent 3f197dde05
commit 719a386f87
7 changed files with 112 additions and 4 deletions

View File

@@ -34,6 +34,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</dependency>
<!--
<dependency>
<groupId>org.springframework.cloud</groupId>