From 643c231d6a78d2f2671ee1320c10a07f82d133e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Fri, 9 Jan 2026 15:27:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Maven=20=E5=A4=9A=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E6=9E=84=E5=BB=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 创建 ruoyi-visual/pom.xml 作为 ruoyi-monitor 的父 POM - 恢复主 pom.xml 中的所有模块引用 - 恢复 ruoyi-modules/pom.xml 中的所有子模块引用 - 各子模块虽然是独立 Git 仓库,但仍依赖主 pom 作为父 POM --- pom.xml | 3 +++ ruoyi-modules/pom.xml | 13 +++++++++++++ ruoyi-visual/pom.xml | 22 ++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 ruoyi-visual/pom.xml diff --git a/pom.xml b/pom.xml index 71bd422..48a3001 100644 --- a/pom.xml +++ b/pom.xml @@ -216,6 +216,9 @@ + ruoyi-auth + ruoyi-gateway + ruoyi-visual ruoyi-modules ruoyi-api ruoyi-common diff --git a/ruoyi-modules/pom.xml b/ruoyi-modules/pom.xml index 407a69d..50bb8b1 100644 --- a/ruoyi-modules/pom.xml +++ b/ruoyi-modules/pom.xml @@ -8,6 +8,19 @@ 4.0.0 + + ruoyi-system + ruoyi-gen + ruoyi-job + ruoyi-file + tuoheng-device + tuoheng-approval + tuoheng-airline + tuoheng-task + tuoheng-fms + tuoheng-media + + ruoyi-modules pom diff --git a/ruoyi-visual/pom.xml b/ruoyi-visual/pom.xml new file mode 100644 index 0000000..6c07390 --- /dev/null +++ b/ruoyi-visual/pom.xml @@ -0,0 +1,22 @@ + + + + com.ruoyi + ruoyi + 3.6.7 + + 4.0.0 + + ruoyi-visual + pom + + + ruoyi-visual可视化模块 + + + + ruoyi-monitor + + +