浏览代码

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

谭斌 2 年之前
父节点
当前提交
b1c3317bdf
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {