Commit 64ac49f0 by QIANGLU

remove

parent 50e5fdf8
...@@ -28,7 +28,7 @@ public class ApolloContextInitializer implements ApplicationContextInitializer<C ...@@ -28,7 +28,7 @@ public class ApolloContextInitializer implements ApplicationContextInitializer<C
System.setProperty("app.id" , appId); System.setProperty("app.id" , appId);
System.setProperty("apollo.cacheDir" , cacheDir); System.setProperty("apollo.cacheDir" , cacheDir);
System.setProperty("apollo.bootstrap.enabled" , "true"); System.setProperty("apollo.bootstrap.enabled" , "true");
System.setProperty("apollo.bootstrap.eagerLoad.enabled" , "true"); // System.setProperty("apollo.bootstrap.eagerLoad.enabled" , "true");
System.setProperty("apollo.bootstrap.namespaces" , namespaces); System.setProperty("apollo.bootstrap.namespaces" , namespaces);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment