上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页
摘要: https://www.cnblogs.com/laohanshuibi/p/15078291.htmlStringBuffer key = new StringBuffer(CacheKeyConstant.CECHE_MANAGE_PERMISSION).append(platform);Obj 阅读全文
posted @ 2021-07-06 10:53 小蚊子大人KN 阅读(37) 评论(0) 推荐(0) 编辑
摘要: @FeignClient(name = ServiceNameConstants.MEMBER_SERVICE, path = ServiceNameConstants.MEMBER_PATH)public interface IOldBoxLifeClient extends OldBoxLife 阅读全文
posted @ 2021-07-06 10:50 小蚊子大人KN 阅读(266) 评论(0) 推荐(0) 编辑
摘要: package com.box.redis.service;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.data.redis.core.RedisTemplate;i 阅读全文
posted @ 2021-07-06 10:45 小蚊子大人KN 阅读(339) 评论(0) 推荐(0) 编辑
摘要: //@NoRepeatSubmit package com.box.lock.annotation;import java.lang.annotation.ElementType;import java.lang.annotation.Retention;import java.lang.annot 阅读全文
posted @ 2021-07-06 10:40 小蚊子大人KN 阅读(1067) 评论(0) 推荐(0) 编辑
摘要: @RedisLock(lockName = "device_goods_stock",key="'skuId:'+#skuId" , expire = 2000) /* * Copyright (c) 2018-2999 广州亚米信息科技有限公司 All rights reserved. * * h 阅读全文
posted @ 2021-07-06 10:38 小蚊子大人KN 阅读(115) 评论(0) 推荐(0) 编辑
摘要: @PostMapping("uploads") public String posts(@RequestParam("file") List<MultipartFile> files){//参数file以list数组接收 if (files.isEmpty()) { return "上传失败,请选择 阅读全文
posted @ 2021-07-05 16:12 小蚊子大人KN 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-07-05 15:59 小蚊子大人KN 阅读(25) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/crazymakercircle/p/14731826.html 分布式锁的实现由很多种,文件锁、数据库、redis等等,比较多;分布式锁常见的多种实现方式: 数据库悲观锁、 数据库乐观锁; 基于Redis的分布式锁; 基于ZooKeeper的分布式锁 阅读全文
posted @ 2021-07-05 14:47 小蚊子大人KN 阅读(72) 评论(0) 推荐(0) 编辑
摘要: http://javadaily.cn/articles/2019/12/19/1576731515587.html Seata解决方案 在Springcloud Alibaba体系中使用Seata作为分布式事务解决方案,大家可以访问seata官网去了解详情。这次我们先使用Seata的file配置解 阅读全文
posted @ 2021-07-05 13:59 小蚊子大人KN 阅读(154) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/three-fighter/p/14971538.html http://javadaily.cn/articles/2020/01/16/1579160378591.html SpringCloud Gateway是基于WebFlux框架实现的,而W 阅读全文
posted @ 2021-07-05 13:27 小蚊子大人KN 阅读(876) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页