# toolset **Repository Path**: zzygcode/toolset ## Basic Information - **Project Name**: toolset - **Description**: 开发中常用的功能类集合,包含redis分布式锁、缓存等 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-23 - **Last Updated**: 2022-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # toolset #### 介绍 在开发中常用的功能类集合,包含1 实现redis分布式锁、缓存等 | 功能介绍 | 包工程 | 使用文档地址 | 备注 | |--------------|--------------------------|---------------------------------------------------------------------------------------------------|------------------------------| | Redisson 分布式锁 springboot start包 | toolset-lockredisson-spring-boot-starter | [使用文档](http://192.168.200.17:7002/root/toolset/tree/master/lock-redisson-spring-boot-starter) | Redisson实现注解分布式锁,防止接口多次提交,以及分布式中需要用锁的场景 |