From 763d5557cb187fa3f053154158c8b99feb963d55 Mon Sep 17 00:00:00 2001 From: luqingyang <lqy5492@163.com> Date: 星期一, 23 十月 2023 16:05:26 +0800 Subject: [PATCH] Merge branch 'master' of http://116.198.39.83:7111/r/xxjProject/low-consum-manage --- deploy-jar-single/src/main/resources/application-dev.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-jar-single/src/main/resources/application-dev.yml b/deploy-jar-single/src/main/resources/application-dev.yml index edb6712..2afe38e 100644 --- a/deploy-jar-single/src/main/resources/application-dev.yml +++ b/deploy-jar-single/src/main/resources/application-dev.yml @@ -1,6 +1,6 @@ spring: application: - name: projectProgress + name: lowConsum datasource: # 鏄惁鏄剧ずdao涓墦鍗扮殑SQL璇彞 show-sql: true @@ -52,7 +52,7 @@ server: port: 8083 servlet: - context-path: /api + context-path: /lowConsum session: timeout: 30m -- Gitblit v1.9.1