From 434ea8cef0d23ee20b6047631ef4afa371b43eb3 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 04 六月 2025 16:34:59 +0800 Subject: [PATCH] 视频主页接口完善、视频地址暂时写死 --- consumer/src/main/resources/application.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/consumer/src/main/resources/application.yml b/consumer/src/main/resources/application.yml index 4c7d0b5..042711c 100644 --- a/consumer/src/main/resources/application.yml +++ b/consumer/src/main/resources/application.yml @@ -284,6 +284,6 @@ appname: xxl-job-executor-lilishop address: ip: - port: 8891 + port: 8848 logpath: ./xxl-job/executor logretentiondays: 7 -- Gitblit v1.8.0