摘要: 一、使用idea创建一个SpringBoot项目 二、导入jar包 swagger在3.0.0版本,只需简单的几个配置即可! <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-boot-starter</artifa 阅读全文
posted @ 2020-12-01 21:05 kanie_life 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 一、清除git全局配置 #清除全局配置的用户名 git config --global --unset user.name #清除全局配置的邮箱 git config --global --unset user.email 二、生成新的SSH keys 在~/.ssh目录下打开git命令窗口 用ss 阅读全文
posted @ 2020-12-01 14:57 kanie_life 阅读(82) 评论(0) 推荐(0) 编辑