From db493e262566c2ed2ac046e6f610b2da6cf61682 Mon Sep 17 00:00:00 2001 From: fine <54142345+criver31@users.noreply.github.com> Date: 星期二, 09 一月 2024 11:50:26 +0800 Subject: [PATCH] 修复单端口下历史回放暂停和恢复发送的流ID与zlm不一致 --- src/main/resources/application.yml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d74c444..3f47844 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,3 +1,5 @@ spring: + application: + name: wvp profiles: - active: local + active: local \ No newline at end of file -- Gitblit v1.8.0