From cec1ded044e662e9de019eaaacc1ea3c76bda556 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期三, 21 五月 2025 11:40:48 +0800 Subject: [PATCH] 项目开发人员在开发过程中修改了pom.xml配置文件,破坏了系统架构设计,造成pom凌乱,导致不好管理依赖,当下重新规范了pom.xml配置文件内容,使重新符合系统架构设计规范。 --- pms-parent/pms-web-file/src/main/resources/application.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-web-file/src/main/resources/application.yml b/pms-parent/pms-web-file/src/main/resources/application.yml index 3525991..2770a29 100644 --- a/pms-parent/pms-web-file/src/main/resources/application.yml +++ b/pms-parent/pms-web-file/src/main/resources/application.yml @@ -4,7 +4,7 @@ #web鏈嶅姟绔彛锛宼omcat榛樿鏄�8080 server: - port: ${pms.file.webPort} + port: ${pms.file1.webPort} servlet: context-path: /file #web璁块棶涓婁笅鏂囪矾寰� context-parameters: -- Gitblit v1.8.0