摘要: SpringBoot整合Redisson对应的,这也是官方比较推荐的配置方式,本文就使用redisson来配置一个RedissonClient。 maven依赖 <!--redisson--> <dependency> <groupId>org.redisson</groupId> <artifac 阅读全文
posted @ 2022-05-13 22:19 明天,你好啊 阅读(10591) 评论(0) 推荐(1) 编辑
摘要: AOP打印参数在并发情况下会出现请求信息线程串行的问题,经改造如下: package com.example.aspect; import com.alibaba.fastjson2.JSON; import com.pacific.external.callback.util.CurrentCon 阅读全文
posted @ 2022-05-13 15:16 明天,你好啊 阅读(111) 评论(0) 推荐(0) 编辑