- 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.
推薦閱讀
- INSTANT Mock Testing with PowerMock
- Clojure Programming Cookbook
- Learning Docker
- UML+OOPC嵌入式C語言開發(fā)精講
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- 零基礎學Python數(shù)據(jù)分析(升級版)
- 單片機應用與調試項目教程(C語言版)
- Selenium Testing Tools Cookbook(Second Edition)
- Mastering Akka
- Natural Language Processing with Python Quick Start Guide
- Training Systems Using Python Statistical Modeling
- UML基礎與Rose建模實用教程(第三版)
- Three.js權威指南:在網(wǎng)頁上創(chuàng)建3D圖形和動畫的方法與實踐(原書第4版)
- Spring Boot 3:入門與應用實戰(zhàn)
- 分布式系統(tǒng)架構與開發(fā):技術原理與面試題解析