摘要:
import com.alibaba.fastjson.JSONObject; 1. JSONObject json= new JSONObject(true); 2. JSONObject json = JSONObject.parseObject(content, Feature.Ordered 阅读全文
摘要:
@Autowired private RedisTemplate<String, Object> redisTemplate; /** * 移除指定前缀的redis缓存 */ public void removeKeys() { String key = "servermonitor_" + "*" 阅读全文