SpringBoot集成Swagger3接口测试(亲测可用)
1、安装swagger依赖
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
共有 0 条评论