The simplest way to create springboot

springboot is one of the more popular technology stack, I am here to write the simplest way to project a springboot

First, development tools are IDEA, double-click to open the IDEA, click Create new Project

Enter into this page, select the spring Initializr then click next.

Wait a little while, will jump here, and Artifact Group which together constitute the package and so on, and so create a specific project can be seen in the good news. Click here to continue next

 If just ordinary web project, then check both on the line, and then click next

Click on finish, such springboot project has been created

Here to write an example

Click run, then the successful launch of the project, enter localhost in the browser: 8080 / hello

Here, we will create a successful project it is definitely the most simple! ! ! Of course, to a networked situation in

 

Guess you like

Origin www.cnblogs.com/xdsuannai/p/11332799.html