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