- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 134字
- 2021-06-24 19:17:31
Generating the project
After we have finished the project definition and chosen the project dependencies, we are ready to download the project. It can be done using the Generate Project button, click on it. The project will be downloaded. At this stage, the project is ready to start our work:

The zip file will be generated with the name cms.zip (the Artifact field input information) and the location of the downloaded file depends on the browser configuration.
> Before opening the project, we must uncompress the artifact generated by Spring Initializr to the desired location. The command should be: unzip -d <target_destination> /<path_to_file>/cms.zip. Follow the example: unzip -d /home/john /home/john/Downloads/cms.zip.
Now, we can open the project in our IDE. Let's open it and take a look at the basic structure of the project.
推薦閱讀
- Docker進階與實戰
- 簡單高效LATEX
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- R語言編程指南
- Python神經網絡項目實戰
- Podman實戰
- PhpStorm Cookbook
- Mastering Apache Spark 2.x(Second Edition)
- Nginx Lua開發實戰
- Unity 2D Game Development Cookbook
- Android傳感器開發與智能設備案例實戰
- 時空數據建模及其應用
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- MyBatis 3源碼深度解析
- 程序員的成長課