“djh”
2025-03-05 06af2ffa26ed44bb2a8a60c0618f8d0490fdd6ed
1
2
3
4
5
6
7
8
9
10
11
12
package com.gkhy.hazmat.admin.config;
 
 
import com.gkhy.hazmat.common.config.BaseSwaggerConfig;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.swagger2.annotations.EnableSwagger2WebMvc;
 
@Configuration
@EnableSwagger2WebMvc
public class SwaggerConfig extends BaseSwaggerConfig {
 
}