- 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.
推薦閱讀
- Learning LibGDX Game Development(Second Edition)
- Learn TypeScript 3 by Building Web Applications
- C語言程序設(shè)計習(xí)題解析與上機指導(dǎo)(第4版)
- vSphere High Performance Cookbook
- 簡單高效LATEX
- Unity 2020 Mobile Game Development
- 跟小海龜學(xué)Python
- 深入理解Java7:核心技術(shù)與最佳實踐
- Learn React with TypeScript 3
- ANSYS Fluent 二次開發(fā)指南
- Android移動開發(fā)案例教程:基于Android Studio開發(fā)環(huán)境
- SciPy Recipes
- Learning Nessus for Penetration Testing
- AMP:Building Accelerated Mobile Pages
- INSTANT Apache ServiceMix How-to