IntelliJ IDEA installation and configuration under Windows

1. Download tool

Download address: Download IntelliJ IDEA

Click Download under Community to download the community version, free of charge;

Ultimate is a paid version with only a 30-day free trial;

2. Installation and configuration

After downloading, click ideaIC-2021.3.3.exe to install it.

During the installation process, the tick option in the figure below is optional;

After the installation is successful, the following picture is displayed:

3. Create a Springboot project with Idea

1. Create the official website online

Address: https://start.spring.io

1) According to the screenshot, check (green) and fill in the project information. After adding the pom dependency, click GENERATE, and the test.zip package file will be automatically downloaded to the local. 

2) After decompressing the test.zip package locally, use IDEA to open the test project project to start local code development.

2. Use IDEA (paid version) to create a Springboot web project

01. Create a springboot web project with IDEA

Guess you like

Origin blog.csdn.net/nikeylee/article/details/123659351