xiaoyong931011
2021-11-09 d6778b4c38c3c9dd70da46715efdaaafc366ab5f
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 {