From f6f57c7c14c43c7b0b660790e84a8797be96d871 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期五, 12 九月 2025 13:49:05 +0800 Subject: [PATCH] art: 物料拉动 物料选择问题 --- src/main/resources/application.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b396120..a543aab 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,5 +2,5 @@ application: name: jeecg-system profiles: - # active: '@profile.name@' - active: dev + active: '@profile.name@' +# active: dev -- Gitblit v1.9.3