Skip to content

Configuration

Ahmad K. Bawaneh edited this page Dec 28, 2019 · 2 revisions

Configuration

Before we can start using the generated rest client we need to call DominoRestConfig.initDefaults() some where in the application, this part will initialize domino-rest with some default configurations, we can always get and update these configurations using DominoRestConfig.getInstance() which will return the configurations instance on which we change and set different parameters.

Clone this wiki locally