kongzy
2023-11-27 59ae9759fd50568059fa44f43832f5a414edb3e9
1
2
3
4
5
6
7
8
9
10
11
package com.gkhy.assess.admin.config;
 
import com.gkhy.assess.common.config.BaseSwaggerConfig;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.swagger2.annotations.EnableSwagger2WebMvc;
 
@Configuration
@EnableSwagger2WebMvc
public class SwaggerConfig extends BaseSwaggerConfig {
 
}