- Building Web Apps with Spring 5 and Angular
- Ajitesh Shukla
- 151字
- 2021-07-02 19:38:22
Creating a new Maven project in Eclipse
Follow the instructions given to create a new Java Maven project with the Eclipse IDE:
- Click on File | New | Project.
- Type Maven in the search box under Wizards.
- Select Maven project.
- A dialog box with the title New Maven Project, having the option Use default Workspace location as checked, appears.
- Make sure that Group Id is selected as org.apache.maven.archetypes with Artifact Id selected as maven-archetype-quickstart.
- Give a name to Group Id, say, com.orgname. Give a name to Artifact Id, say, healthapp2.
- Click on Finish.
As a result of the preceding steps, a new Maven project will be created in Eclipse. Make sure this is what it looks like:
Figure 1.3: Maven project created within Eclipse
In the next section, we will see how to install and configure the Tomcat server.
推薦閱讀
- C++案例趣學
- OpenCV實例精解
- Dynamics 365 Application Development
- Python王者歸來
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Visual Basic程序設計與應用實踐教程
- 精通Python自然語言處理
- C++面向對象程序設計習題解答與上機指導(第三版)
- Machine Learning in Java
- Python深度學習原理、算法與案例
- Scratch·愛編程的藝術家
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- Scala Functional Programming Patterns
- 零基礎學SQL(升級版)
- Bitcoin Essentials