You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
为什么要用 Swagger?
如今的前后端开发采用隔离架构,后端通常会把资源通过 API 的方式提供给前端访问和使用。在这样一个沟通无比重要的团队合作时代,
后端在开放 API 的时候面临这些问题和挑战:
Swagger 是传统 JSON API 的自动化文档的行业老大。不仅很好地解决了上面的问题,而且在国内外都是家喻户晓的后端技术,学习 swagger 对 @A-Little-Excited 的职业发展至关重要
本次工作目标
给文件上传和下载接口添加 Swagger 自动文档,方便前端调用
实现方法
Caution
请确保 spring 的版本是 3.x
在
athena-spring/athena-spring-boot-autoconfigure/pom.xml
里面加入如下依赖这样就完成了
提交 PR,在 Minerval 中引入最新的 athena 版本,启动 Minerval,访问
http://localhost:8080/swagger-ui/index.html
应该就可以看到我们的 Swagger API 文档了Tip
更多相关文档请参阅 springdoc-openapi
The text was updated successfully, but these errors were encountered: