摘要:
1.配置swaggerConfig package com.kuang.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configur 阅读全文
posted @ 2021-12-05 17:07
蔡地像徐坤
阅读(98)
评论(0)
推荐(0)
摘要:
1.Swagger简介 号称世界上最流行的API框架 RestFul ApI文档在线自动生成工具=》API文档与API定义同步更新 直接运行,可以在线测试API接口 支持多种语言:(Java PHP) 官网:https://swagger.io/ 在项目使用Swagger需要springbox sw 阅读全文
posted @ 2021-12-05 13:06
蔡地像徐坤
阅读(45)
评论(0)
推荐(0)