Open your IDE (Eclipse Neon or other) and then create a new Maven project as follows:
- Right-click on Package Explorer and select New and Project..., as shown in the following screenshot:
- Select Maven Project:
- In the next window of the wizard, choose Create a simple project.
- The next dialog will ask for many parameters. Of these, the Group Id (what your project name is) and the Artifact Id (application or service name) are important. Select reasonable names, as shown in the following screenshot:
- Select