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.
1 parent 9b39216 commit cff6c86Copy full SHA for cff6c86
marklogic-data-hub/src/main/java/com/marklogic/hub/HubConfig.java
@@ -30,7 +30,8 @@
30
/**
31
* An interface to set, manage and recall the Data Hub's Configuration.
32
* HubConfig has a singleton scope so set everything you want at the start of the application and
33
- * and then call {@link #refreshProject()} to wire up all clients.
+ * and then call {@link #refreshProject()} to wire up all clients and load the properties from gradle.properties
34
+ * (optionally overridden with gradle-{env}.properties).
35
*/
36
@JsonDeserialize(as = HubConfigImpl.class)
37
@JsonSerialize(as = HubConfigImpl.class)
0 commit comments