@TOC
工作过程中,写了一些提高效率的工具
- 使用的Java工具类
- redis延时任务
- 分布式锁等
<dependency>
<groupId>com.github.rxyor</groupId>
<artifactId>carp-parent</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
- Excel导入导出
https://blog.csdn.net/liuyanglglg/article/details/95952953
- Redis延时队列
https://blog.csdn.net/liuyanglglg/article/details/96299435