Commit b1b7bf4f by QIANGLU

revert

parent c7258712
......@@ -28,7 +28,7 @@ public class ApolloContextInitializer implements ApplicationContextInitializer<C
System.setProperty("app.id" , appId);
System.setProperty("apollo.cacheDir" , cacheDir);
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);
}
}
......
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