From dc0d1431615cb1389237a49960ebfc9d18f6e725 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期一, 15 七月 2024 16:44:06 +0800 Subject: [PATCH] change table --- pms-parent/pms-global/src/main/resources/application-global.yml | 7 +++++++ 1 files changed, 7 insertions(+), 0 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 423c456..18aa106 100644 --- a/pms-parent/pms-global/src/main/resources/application-global.yml +++ b/pms-parent/pms-global/src/main/resources/application-global.yml @@ -69,6 +69,12 @@ other: webPort: 12348 idSuffix: 5 + station: + webPort: 12349 + idSuffix: 6 + report: + webPort: 12350 + idSuffix: 7 file: idSuffix: 99 file1: @@ -101,6 +107,7 @@ photoZipWidth: 400 #缂╃暐鍥惧昂瀵� webFile: fmUrl: http://127.0.0.1:${pms.other.webPort}/other # fm鐨剋eb涓婁笅鏂� URL + supportedFileTypes: docx,xlsx,pdf sv1: id: dyFile1 absolutePath: E:/java/nginx-1.24.0/html/webfiles/ -- Gitblit v1.8.0