首页 > 开发 > Java > 正文

IntelliJ IDEA 创建spring boot 的Hello World 项目(图解)

2024-07-13 10:17:03
字体:
来源:转载
供稿:网友

1.Open IDEA,choose "New-->Project"

2.Choose "Spring Initializr"

IntelliJ,IDEA,springboot

3. Choose java 1.7 version,then next

IntelliJ,IDEA,springboot

4. Choose "Web"

IntelliJ,IDEA,springboot

5. Fill out the project name,and choose the project location

IntelliJ,IDEA,springboot

6. 将"

.mvn
mvnw
mvnw.cmd"文件删掉

IntelliJ,IDEA,springboot

7. show the project

IntelliJ,IDEA,springboot

8. Application:

IntelliJ,IDEA,springboot

9. create controller

IntelliJ,IDEA,springboot

10. Run Application

IntelliJ,IDEA,springboot

11. start project

IntelliJ,IDEA,springboot

12. Now we input the address on the browser

IntelliJ,IDEA,springboot

总结

以上所述是小编给大家介绍的IntelliJ IDEA 创建spring boot 的Hello World 项目(图解),希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对VeVb武林网网站的支持!


注:相关教程知识阅读请移步到JAVA教程频道。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表