# community **Repository Path**: Wang_test/community ## Basic Information - **Project Name**: community - **Description**: 笔记练习 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring boot 练习资料 >[Spring Boot 文档](https://spring.io/quides) >[Spring Web](https://spring.io/quides/gs/serving-web-content) >[Bootstrap 前端框架](https://v3.bootcss.com/getting-started/#download) >[ES](https://elasticsearch.cn/explore) >[GitHub OAuth2](https://devoloper.github.com/aoos/building-oauth-apps/creating-an-oauth-app/) >[Okhttp](https://square.github.io/okhttp) 工具 >[Git](https://github.com) >[Visual Paradigm](https://www.visual-paradigm.com) > # Git 使用 > ```shell script > git init # 初始化本地仓库 > git add . # 添加当前目录文件 > git state # 查看状态 > git commit -m "备注" # 提交到本地仓库 > git push origin master # 推送到名为origin的远程仓库的master分支 > git pull origin master # 拉取名为origin的远程仓库的master分支 > ``` ## 进度 > 1. `GitHub`登录之调用 `authorize` > 2. `GitHub`登录之获取`code` >