fix
Helius
2021-07-16 1bada3da32aa8b29509b7357e5adfe816ac17c72
gc-core/src/main/java/com/xzx/gc/config/SwaggerConfig.java
@@ -31,7 +31,7 @@
 */
@Configuration
@EnableSwagger2
@Profile(value = {"dev","test","check"})
@Profile(value = {"dev","test","check", "xctest", "xc"})
public class SwaggerConfig {