2018年1月8日

git 远程分支回滚

摘要: 转载 git代码库回滚: 指的是将代码库某分支退回到以前的某个commit id 【本地代码库回滚】: git reset --hard commit-id :回滚到commit-id,讲commit-id之后提交的commit都去除 git reset --hard HEAD~6:将最近6次的提交 阅读全文

posted @ 2018-01-08 23:28 近博 阅读(5984) 评论(0) 推荐(0) 编辑

Swagger 2.0 摘要

摘要: 官网地址:http://springfox.github.io/springfox/docs/current/ 阅读全文

posted @ 2018-01-08 16:53 近博 阅读(223) 评论(0) 推荐(0) 编辑

spring-boot-devtools在Idea中热部署方法

摘要: 1.导入依赖: Gradle Maven 2.配置Idea 1) “File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中打勾 “Build project automatically” 。 2) 组合键:“Shift+ 阅读全文

posted @ 2018-01-08 00:53 近博 阅读(158) 评论(0) 推荐(0) 编辑

导航