备份yum源配置文件
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bakvi /etc/yum.repos.d/CentOS-Base.repo# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to …
Swagger工作原理
Swagger的核心功能之一就是通过注解来描述接口和模型,从而生成文档。
Swagger基于springfox-swagger2和springfox-swagger-ui依赖库,进行自动扫描Spring框架,并生成相应的API文档。
Spring MVC是Spring框架主要重要的部分,专门用于构建web应用,遵循MVC设…