摘要: import com.alibaba.fastjson.JSONObject; 1. JSONObject json= new JSONObject(true); 2. JSONObject json = JSONObject.parseObject(content, Feature.Ordered 阅读全文
posted @ 2021-12-11 10:39 仓鼠爱画方格子 阅读(673) 评论(0) 推荐(0) 编辑
摘要: @Autowired private RedisTemplate<String, Object> redisTemplate; /** * 移除指定前缀的redis缓存 */ public void removeKeys() { String key = "servermonitor_" + "*" 阅读全文
posted @ 2021-12-11 10:30 仓鼠爱画方格子 阅读(767) 评论(0) 推荐(0) 编辑