You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this library we have made sure that all the values which are not set by builders fallback to reasonable defaults. So
56
+
don't feel the pressure to supply values for all the fields. **Note:** Whenever customizing the client
57
+
using `ConfigurationManager` never forget to supply your `serverUrl` and `apiKey` using a `Configuration` object as
58
+
shown above.
59
+
35
60
## Spring Boot Users
36
61
37
62
You can observe `NoClassDefFoundError` in your Spring-boot apps because Spring-boot uses v3 of `OkHttpClient` while this client uses v4. In that case you have to explicitly declare v4 of the library in you `pom.xml/build.gradle`.
0 commit comments