package com.gkhy.exam.admin.config; import com.gkhy.exam.common.config.BaseSwaggerConfig; import org.springframework.context.annotation.Configuration; import springfox.documentation.swagger2.annotations.EnableSwagger2WebMvc; @Configuration @EnableSwagger2WebMvc public class SwaggerConfig extends BaseSwaggerConfig { }