Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can import the application source into IntelliJ as a new project.

Start by selecting File --> New --> Project from Existing Sources...

Image Added

Then navigate to the top level pom.xml file:

Image Added

On the next screen, you might wish to checkmark the following two items:

  • Search for projects recursively
  • Import Maven projects automatically

...since they are not selected by default.

Image Added

IntelliJ should find the 1.0-SNAPSHOT:

Image Added

If presented with a choice of Java versions, select 1.8:

Image Added

Finally, finish with the name of the project:

Image Added

Once the project loads, you should finally see a directory structure like this:

Image Added

 

 

 

Note

The following will be used in the table view - since we will be adding a module to the custom app example – leaving it here for now, though.

 

In Project Settings, in the Modules section, select "add" (the + icon) and Import Module...

...