- 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.
推薦閱讀
- ASP.NET MVC4框架揭秘
- JavaScript+jQuery網(wǎng)頁(yè)特效設(shè)計(jì)任務(wù)驅(qū)動(dòng)教程(第2版)
- TypeScript圖形渲染實(shí)戰(zhàn):基于WebGL的3D架構(gòu)與實(shí)現(xiàn)
- Cybersecurity Attacks:Red Team Strategies
- SQL Server 2008 R2數(shù)據(jù)庫(kù)技術(shù)及應(yīng)用(第3版)
- Swift語(yǔ)言實(shí)戰(zhàn)晉級(jí)
- 代碼閱讀
- Xamarin Blueprints
- 數(shù)據(jù)科學(xué)中的實(shí)用統(tǒng)計(jì)學(xué)(第2版)
- 關(guān)系數(shù)據(jù)庫(kù)與SQL Server 2012(第3版)
- Spring Boot從入門(mén)到實(shí)戰(zhàn)
- Java Web應(yīng)用開(kāi)發(fā)
- Internet of Things with Arduino Cookbook
- GO語(yǔ)言編程從入門(mén)到實(shí)踐
- Effective Python:編寫(xiě)高質(zhì)量Python代碼的90個(gè)有效方法(原書(shū)第2版)