SpringBoot集成Swagger3接口测试(亲测可用)

1、安装swagger依赖

io.springfox
springfox-boot-starter
3.0.0

2、Swagger配置类
package com.qj.springbootswagger3.config;

import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.RequestHandlerSelectors;
import springfox.documen

SpringBoot集成Swagger3接口测试(亲测可用)最先出现在Python成神之路

版权声明:
作者:倾城
链接:https://www.techfm.club/p/18825.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>