Update SwaggerConfig.java

This commit is contained in:
macro 2021-10-18 13:08:26 +08:00
parent f3c3f70193
commit 03b3b0bf84

View File

@ -6,7 +6,7 @@ import org.springframework.context.annotation.Configuration;
import springfox.documentation.swagger2.annotations.EnableSwagger2; import springfox.documentation.swagger2.annotations.EnableSwagger2;
/** /**
* Swagger2API文档的配置 * Swagger API文档相关配置
* Created by macro on 2018/4/26. * Created by macro on 2018/4/26.
*/ */
@Configuration @Configuration