From f14bfd47670e57d1d28d006464cb8ba576c8a49c Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期四, 22 五月 2025 10:26:08 +0800 Subject: [PATCH] 基于测试服务器修改配置文件 --- pms-parent/pms-global/src/main/resources/application-global.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pms-parent/pms-global/src/main/resources/application-global.yml b/pms-parent/pms-global/src/main/resources/application-global.yml index 2f85bd2..490aa28 100644 --- a/pms-parent/pms-global/src/main/resources/application-global.yml +++ b/pms-parent/pms-global/src/main/resources/application-global.yml @@ -1,10 +1,10 @@ pmsGl: - #鏈満寮�鍙戠幆澧冿細8.130.75.203:63306 + #鏈満寮�鍙戠幆澧冿細192.168.40.80:3306 #浜戞湇鍔�203锛� 127.0.0.1:63306 - mySqlSvUrl: 127.0.0.1:63306 + mySqlSvUrl: 192.168.40.80:3306 #鏈満寮�鍙戠幆澧冿細E:/java/nginx-1.24.0/html/webfiles/ #浜戞湇鍔�203锛� D:/apps/pms/nginx-1.24.0/html/webfiles/ - webFileAbsolutePath: D:/apps/pms/nginx-1.24.0/html/webfiles/ + webFileAbsolutePath: E:/java/nginx-1.24.0/html/webfiles/ #杈撳嚭sql鏃ュ織寮�鍏筹紝鎺у埗PrintSqlInterceptor鎷︽埅鍣ㄦ槸鍚﹀姞杞� showSqlLog: true #鏄惁寮�鍙戦樁娈碉紝true鎴杅alse锛屽紑鍙戦樁娈典笉杩涜鐧诲綍楠岃瘉鍙婃潈闄愰獙璇� -- Gitblit v1.8.0