- 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.
推薦閱讀
- Drupal 8 Blueprints
- LabVIEW Graphical Programming Cookbook
- 算法大爆炸:面試通關步步為營
- MATLAB 2020 從入門到精通
- Internet of Things with Intel Galileo
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Backbone.js Blueprints
- Learning Concurrent Programming in Scala
- C語言程序設計
- Frank Kane's Taming Big Data with Apache Spark and Python
- Buildbox 2.x Game Development
- Anaconda數據科學實戰
- Learning D
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- Scratch少兒編程高手的7個好習慣