https://seawave.top/images/touxiang.png

SeaWave

Git食用教程

Git—分布式版本控制系统 一、版本控制 概述 版本控制(Revision control)是一种在开发的过程中用于管理我们对文件、目录或工程等内容

Docker使用教程

Docker使用教程 Docker概述 Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的镜像 中,然后发布到任何流行

Swagger使用教程

Swagger使用教程 安装 1 2 3 4 5 6 7 8 9 10 11 12 <!-- https://mvnrepository.com/artifact/io.springfox/springfox-swagger2 --> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>2.9.2</version> </dependency> <!-- https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui --> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> <version>2.9.2</version> </dependency> 注意:swagger 2.9.2仅支持springboot2