From 6cfac29f93b27c2798b30ff60012ac70295e7f71 Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期三, 08 十一月 2023 00:03:55 +0800 Subject: [PATCH] 增加地磅按钮 --- src/main/resources/application.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index a862643..55d6b10 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,7 +1,7 @@ ########################## Server ########################## spring: profiles: - active: dev + active: devGateway application: name: igds-api main: -- Gitblit v1.9.3