Browse Source

暂时关闭测试环境自动推送文档

谭斌 2 năm trước cách đây
mục cha
commit
b1c3317bdf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      authorize-start/src/main/java/com/xy/PushDoc.java

+ 1 - 1
authorize-start/src/main/java/com/xy/PushDoc.java

@@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
 /**
  * 指定测试环境启动运行,git push会重新启动并推送文档
  */
-@Profile("uat")
+@Profile("uat1")
 @Slf4j
 @Component
 public class PushDoc implements ApplicationRunner {