From 55e0a19f3b1c113732f8ee56ac964e5208ec7afd Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 26 六月 2025 08:50:36 +0800 Subject: [PATCH] refactor(simulation): 调整用气量和用水量的基础值和增量 --- src/main/resources/application.yml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 50a8bde..33575d5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,3 +1,7 @@ +# 寮�鍙戠幆澧冮厤缃� +server: + # 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负8080 + port: 8089 spring: profiles: active: dev -- Gitblit v1.9.3