Commit 77fdb162 by Jason Song

use default namespace for demo

parent f4a79c28
...@@ -13,7 +13,7 @@ public class ApolloConfigDemo { ...@@ -13,7 +13,7 @@ public class ApolloConfigDemo {
private Config config; private Config config;
public ApolloConfigDemo() { public ApolloConfigDemo() {
config = ConfigService.getConfig("apollo-config-service"); config = ConfigService.getConfig();
} }
private String getConfig(String key) { private String getConfig(String key) {
......
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