Idea搭建简单Spring boot项目(图文)

1.File –> New –> Project –>Spring Initialer –> 点击Next
Idea搭建简单Spring boot项目(图文)
文章图片

2.Group和Artifact修改成自己需要的名称
Idea搭建简单Spring boot项目(图文)
文章图片

3.如下图
Idea搭建简单Spring boot项目(图文)
文章图片

4.如下图:点击完成后就等待编译和下载一些需要的东西
Idea搭建简单Spring boot项目(图文)
文章图片

5.编译下载成功后结构如图:
Idea搭建简单Spring boot项目(图文)
文章图片

6.添加个Controller,方便等下访问
Idea搭建简单Spring boot项目(图文)
文章图片

7.启动项目,如下图:出现了端口号则表示启动成功,端口默认为:8080
Idea搭建简单Spring boot项目(图文)
文章图片

8.浏览器访问http://localhost:8080/hello,出现Hello World! 表示成功
Idea搭建简单Spring boot项目(图文)
文章图片

【Idea搭建简单Spring boot项目(图文)】如有转载请请务必保留此出处:https://blog.csdn.net/hometing218/article/details/84580142

    推荐阅读