##git命令
git clone https://
git status
git st
git add .
git add filename
git commit -m "" //-m(message)
git remote add origin https://...
git push -u origin master
git branch branchname 新建分支
BootStrap
Github OAuth
https://api.github.com/user/codedrinker
MyBatis 数据库
FlyWay SQL脚本自动执行
Lombok 自动构建set和get方法