We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47d91e4 + 2e5fbc7 commit 87d6b66Copy full SHA for 87d6b66
1 file changed
md/modules.md
@@ -49,7 +49,7 @@ public class M1 implements Jooby.Module {
49
}
50
51
public Config config() {
52
- return Config.parseResources(getClass(), "m1.properties");
+ return ConfigFactory.parseResources(getClass(), "m1.properties");
53
54
55
```
0 commit comments