springboot项目实现helloworld

使用Spring官方源创建项目(推荐)

缺陷:镜像在国外下载速度有点慢

选择配置

springboot项目实现helloworld_第1张图片

选择版本

springboot项目实现helloworld_第2张图片

实现HelloWorld

springboot项目实现helloworld_第3张图片

删除部分不重要的文件

springboot项目实现helloworld_第4张图片

idea隐藏文件

springboot项目实现helloworld_第5张图片

使用云原生的方式创建项目(spring官方源)

访问地址:Spring Initializr

springboot项目实现helloworld_第6张图片

使用阿里云的源进行创建

  1. 修改idea中 创建springboot项目的url地址
  2. 其他操作和使用Spring官方源创建项目类似

修改idea中 创建springboot项目的url地址:springboot项目实现helloworld_第7张图片

设置初始化项目的配置

springboot项目实现helloworld_第8张图片

对spring版本的选择

springboot项目实现helloworld_第9张图片

使用云原生的方式创建项目(阿里云源)

访问路径:Cloud Native App Initializer (aliyun.com)

springboot项目实现helloworld_第10张图片

远程仓库地址

猛男训练营: 一个仓库 (gitee.com)

拉取云仓库的方式

  1. 命令拉取
  2. idea中拉取(推荐)

前提条件:安装好git工具

命令拉取

使用拉取命令:git clone xxxxxxxx(云仓库地址)

springboot项目实现helloworld_第11张图片

idea中拉取(推荐)

使用idea打开本地拉取后的项目

springboot项目实现helloworld_第12张图片

你可能感兴趣的:(SpringBoot框架,spring,boot,后端,java)