Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

dbc0dd9 · Aug 27, 2024

History

History
11 lines (10 loc) · 553 Bytes

sample-index-app-intro.rst

File metadata and controls

11 lines (10 loc) · 553 Bytes

You can use the following sample application to test the code examples on this page. To use the sample application, perform the following steps:

  1. Create a new Java project in your IDE.
  2. Install the {+driver-short+} in your Java project.
  3. Install the Project Reactor library in your Java project.
  4. Copy the following code and paste it into a new Java file named IndexApp.java.
  5. Copy a code example from this page and paste it on the specified lines in the file.