#369 Update property name

This commit is contained in:
nkorange 2018-11-30 22:35:43 +08:00
parent e3e6682231
commit 75d9d24345

View File

@ -102,7 +102,7 @@ public class UtilsAndCommons {
public static final String API_DOM = "/api/dom";
public static final String INSTANCE_LIST_PERSISTED_PROPERTY_KEY = "NacosNamingInstanceListPersisted";
public static final String INSTANCE_LIST_PERSISTED_PROPERTY_KEY = "nacos.instanceListPersisted";
public static final boolean INSTANCE_LIST_PERSISTED = Boolean.getBoolean(INSTANCE_LIST_PERSISTED_PROPERTY_KEY);