Helius
2021-06-25 1da9a96fd9f1031d81d5d829a2df18fd4ac5abd1
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"})
public class SwaggerConfig {