/** 用於清空redis緩存 */ @Autowired private JedisConnectionFactory jedisConnectionFactory;redis
jedisConnectionFactory.getConnection().flushAll(); 緩存