# springboot-cacheable **Repository Path**: zhihaow6886/springboot-cacheable ## Basic Information - **Project Name**: springboot-cacheable - **Description**: SpringBoot通过@Cacheable注解实现缓存功能 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2024-01-04 - **Last Updated**: 2024-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-cacheable #### 功能介绍 1)SpringBoot通过@Cacheable注解实现缓存功能 2)ES增删改查 3)自定义权限过滤器 4)多线程事务回滚 5)利用Semaphore实现多线程调用接口A且限制接口A的每秒QPS为10 6)利用hutool工具类实现验证码功能