Two ways to create a new Spring Boot project - (Method 2)

Create a new Spring Boot project: (Method 2)

There are two ways to create a new Spring Boot project . The following is the second way.
The second method of Spring Initializr integrated by IDEA
is simpler than the first method.

Figure 1:

Insert image description here

Figure II:

Insert image description here

Figure 2 shows the same options as what we (method 1) saw on the official website.

Figure 3:
Insert image description here

Figure 4:

Insert image description here

At this point the Spring Boot project is created.
Note: The second creation method is more recommended here. If your network is not good, you can choose to use the Spring official website.

Guess you like

Origin blog.csdn.net/Turniper/article/details/124600329