feat: 增加ttl 使用实例

This commit is contained in:
wyl
2022-08-07 22:34:57 +08:00
parent 35dbe9f827
commit ead450d04e
9 changed files with 235 additions and 7 deletions
+9
View File
@@ -23,6 +23,15 @@
<version>5.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
</dependency>
</dependencies>
</project>