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
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ We have a build.sbt file defined in the root.
37
37
### Configure
38
38
The Xero Java SDK is configured using a config.json file to provide API Keys and other values unique to your Application. This is the default configuration method, however you can implement the `Config` interface and pass it to the `XeroClient`.
39
39
40
+
41
+
### Example App
40
42
To build the example app as a WAR file, **update the config.json in example/src/main/resources directory** and from the terminal run
0 commit comments