IntelliJ IDEA 创建springboot项目

首先:最重要的是在创建项目之前一定把maven配置好,华为和阿里云的都可以,如果使用国外的话,创建项目的时间会无比的慢。
1.打开idea,左上角file->new->project
2.spring Initializr->Custom:https://aliyun.com(本人用的阿里)
IDEA创建springboot项目傻瓜过程带图解
3.Group:例如cn.tedu然后Arifact:起个名就行
IDEA创建springboot项目傻瓜过程带图解
4.左侧可以选web勾选第一个选好地址finish
IDEA创建springboot项目傻瓜过程带图解

相关文章:

  • 2022-01-05
  • 2021-11-21
  • 2021-09-05
  • 2021-11-16
  • 2021-07-03
猜你喜欢
  • 2021-08-01
  • 2021-06-07
  • 2021-12-04
  • 2021-09-25
  • 2021-10-04
  • 2021-12-18
  • 2021-06-13
相关资源
相似解决方案