書名: Building Web Apps with Spring 5 and Angular作者名: Ajitesh Shukla本章字數: 125字更新時間: 2021-07-02 19:38:22
Import the existing Maven project in Eclipse
In the previous section, we created a Maven project, namely, HealthApp. We will now see how we to import this project into the Eclipse IDE:
- Click on File | import.
- Type Maven in the search box under Select an import source.
- Select Existing Maven Projects.
- Click on Next.
- Click on Browse, and select the HealthApp folder which is the root of the Maven project. Note that it contains the pom.xml file.
- Click on Finish.
The project will be imported in Eclipse. Make sure this is what it looks like:

Figure 1.2: Maven project imported into Eclipse
Let's also see how one can create a new Maven project with the Eclipse IDE.