學習筆記----springboot集成swagger

最近用springboot構建rest接口,考慮到最方便的驗證接口,想到了引入swagger。 基本步驟如下: 1.pom中引入swagger依賴: <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> </dependency> <dependency> <groupI
相關文章
相關標籤/搜索