From 77c79f189d86a99595d2666faef135e64b7a627f Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Wed, 18 Dec 2024 17:52:38 +0800 Subject: [PATCH] refactor(test): 重构 AgentTest 类并添加新的测试方法 --- src/main/resources/application-prod.yml | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index c540f3d..712ce34 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -75,8 +75,9 @@ static: resource: - url: http://file.blnka.cn/file/ - path: /mnt/sdc/webresource/file/ + url: https://res.mye2u.com/ + path: /home/javaweb/resource/ system: - job: true \ No newline at end of file + job: true + runStep: true \ No newline at end of file -- Gitblit v1.9.1