- 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.
推薦閱讀
- Learning Python Web Penetration Testing
- 跟“龍哥”學(xué)C語(yǔ)言編程
- HoloLens Beginner's Guide
- 算法訓(xùn)練營(yíng):入門篇(全彩版)
- Learn Programming in Python with Cody Jackson
- C#程序設(shè)計(jì)
- Highcharts Cookbook
- INSTANT Passbook App Development for iOS How-to
- Java 從入門到項(xiàng)目實(shí)踐(超值版)
- 百萬(wàn)在線:大型游戲服務(wù)端開發(fā)
- C語(yǔ)言程序設(shè)計(jì)教程
- C語(yǔ)言編程魔法書:基于C11標(biāo)準(zhǔn)
- HTML5程序設(shè)計(jì)基礎(chǔ)教程
- Three.js Essentials
- Yii框架深度剖析