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-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Java Launcher Code Examples
2
2
3
-
This GitHub repo includes code example for both the DocuSign eSignature REST API as well as the DocuSign Rooms API. To use the Rooms API code example, modify the **exampleAPI**settings at the end of the appsettings.json file from eSignature to rooms.
3
+
This GitHub repo includes code example for both the DocuSign eSignature REST API as well as the DocuSign Rooms API. To use the Rooms API code examples, change the **DS_API_NAME**value to `ROOMS` in the application.json config file.
4
4
5
5
**Note:** to use the Rooms API you must also [create your DocuSign Developer Account for Rooms](https://developers.docusign.com/docs/rooms-api/rooms101/create-account).
6
6
@@ -265,6 +265,7 @@ browser to http://localhost:8080
265
265
* Name the configuration `code-examples-java` (If You have downloaded the launcher via Quickstart, skip this step).
266
266
* Put in the following value for your workspace in the Base Directory: `${workspace_loc:/code-examples-java}`.
267
267
* Put in the following value for the Goals field: `spring-boot::run`.
268
+
* Click the JRE tab and add in the paste in the following VM argument: `-Dfork=false` (This will allow Eclipse to gracefully terminate the Tomcat Webserver when also terminating the output console in Eclipse).
268
269
* Click the JRE tab in the Run Configurations menu and make sure your have a Runtime JRE set to jdk-11 or higher.
269
270
* Click apply to save. Finally, click `Run` to run it!
0 commit comments