1.注册GitHub账号,登录
2.创建一个新的资源库
3.本地操作:
3.1 git clone 资源库地址
把你要上传的项目拷贝进来
3.2提交代码
git add .
git commit -m "SpringBoot整合webSocket"
git push -u origin master