From 3bf08466ce193ad884f9b6e9db79786f658b0b52 Mon Sep 17 00:00:00 2001 From: cy <1664593601@qq.com> Date: 星期二, 07 十一月 2023 10:34:24 +0800 Subject: [PATCH] feat: 个人中心左侧机构tree --- 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 1a84037..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: lowConsumManage + name: lowConsum datasource: # 鏄惁鏄剧ずdao涓墦鍗扮殑SQL璇彞 show-sql: true @@ -52,7 +52,7 @@ server: port: 8083 servlet: - context-path: /lowConsumManage + context-path: /lowConsum session: timeout: 30m -- Gitblit v1.9.1