Skip to content

Commit fadad13

Browse files
authored
more IntelliJ updates
1 parent 4ddd614 commit fadad13

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,9 @@ Save this file as `application.json`.
276276
1. In the far left corner, select **+** > **Spring Boot**.
277277
1. In the **Name** field, input: `App`.
278278
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.
281279
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.
283282
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.
284283

285284

@@ -303,7 +302,7 @@ Save this file as `application.json`.
303302
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.
304303
1. Under **Projects**, check to make sure the **pom.xml** file is selected.
305304
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:
307306
1. In the **Name** field, input: `build`.
308307
1. In **Base Directory**, input: `${workspace_loc:/code-examples-java}`.
309308
1. In **Goals**, input: `clean package`.
@@ -312,8 +311,9 @@ Save this file as `application.json`.
312311
1. In the **Name** field, input: `App`.
313312
1. In the **Project** field, input: `code-examples-java`.
314313
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.
317317
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`.
318318

319319

0 commit comments

Comments
 (0)