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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,10 +276,9 @@ Save this file as `application.json`.
276
276
1. In the far left corner, select **+** > **Spring Boot**.
277
277
1. In the **Name** field, input: `App`.
278
278
1. To the right of the **Main class** field, select **...** > **App (com.docusign) code-examples-java** > **OK**.
279
-
1. Select the **JRE** tab. Under **Runtime JRE**, ensure it lists jdk-11 or higher. Select **Apply** to save.
280
-
1. Select **Run** to run the launcher. A browser window should automatically open to the consent page.
281
279
1. Under **Spring Boot**, select the **Enable debug output** checkbox > **OK**.
282
-
1. In the top navigation bar, select **Run 'App'** to run the launcher. A browser window should automatically open to the consent page.
280
+
281
+
1. In the top navigation bar, select **Run 'App'** to run the launcher. A browser window should automatically open to the consent page.
283
282
1.[Optional] To install Lombok, select **File** > **Settings...** > **Plugins** > **Marketplace** tab > search for **Lombok**. It should have an author named Michail Plushnikov. Select **Install**, then restart IntelliJ.
284
283
285
284
@@ -303,7 +302,7 @@ Save this file as `application.json`.
303
302
1. Open Eclipse and select **Import**. In the dialog box, select the **Maven** folder, then select **Existing Maven Project** > **Next**, then **Browse** for your unzipped Quickstart folder or code-examples-java.
304
303
1. Under **Projects**, check to make sure the **pom.xml** file is selected.
305
304
1. Select the **Add project(s) to working set** checkbox. Select **Finish**.
306
-
3.Next, select **Run** > **Run Configurations**, right-click **Maven Build** > **New Configuration** to clean and compile the Maven build:
305
+
3.In the top navigation bar, select **Run** > **Run Configurations**, right-click **Maven Build** > **New Configuration** to clean and compile the Maven build:
307
306
1. In the **Name** field, input: `build`.
308
307
1. In **Base Directory**, input: `${workspace_loc:/code-examples-java}`.
309
308
1. In **Goals**, input: `clean package`.
@@ -312,8 +311,9 @@ Save this file as `application.json`.
312
311
1. In the **Name** field, input: `App`.
313
312
1. In the **Project** field, input: `code-examples-java`.
314
313
1. In the **Main class** field, input: `com.docusign.App`.
315
-
1. Select the **JRE** tab. Under **Runtime JRE**, ensure it lists jdk-11 or higher. Select **Apply** to save.
316
-
1. Select **Run** to run the launcher. A browser window should automatically open to the consent page.
314
+
1. Select the **JRE** tab. Under **Runtime JRE**, ensure it lists jdk-11 or higher. Select **Apply** to save.
315
+
316
+
1. In the top navigation bar, select **Run** to run the launcher. A browser window should automatically open to the consent page.
317
317
5.[Optional] Download the [lombok.jar](https://projectlombok.org/downloads/lombok.jar) to your local machine. To install Lombok, open a terminal or command line. Run `java -jar lombok.jar`.
0 commit comments