@@ -26,6 +26,7 @@ public class CacheDeleteInit implements CommandLineRunner {
@Override
public void run(String... args) throws Exception {
// 服务启动清除redis缓存
+ cacheFacade.clear();
cacheFacade.clearLoadCache();
log.info("CDSS-CORE服务启动清除redis缓存成功!");
//