1. 程式人生 > >springboot swagger api管理

springboot swagger api管理

.com cat 創建 暴露 mave cati boot 方法 img

一 引入maven包

技術分享圖片

二 創建SwaggerConfig類

技術分享圖片

三 暴露資源

技術分享圖片

四 攔截器過濾

技術分享圖片

五 ServiceApplication添加註解

技術分享圖片

六 類和方法註解

技術分享圖片

技術分享圖片

七 啟動項目訪問
http://localhost:8080/swagger-ui.html

以下路徑是因為走了網關

技術分享圖片

springboot swagger api管理