Update SwaggerConfig.java

This commit is contained in:
macro 2020-09-19 15:42:32 +08:00
parent 69d0b91a90
commit afc258b14c

View File

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