From 38e241ffdd2f0a733f2ac704a38ceb95a6f41d1c Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 15 Oct 2025 22:31:23 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在heritage-modules父模块中添加heritage-admin子模块 - 在heritage-web启动模块中添加heritage-admin模块依赖 - 确保后台管理模块能够被正确加载和启动 --- heritage-modules/pom.xml | 1 + heritage-web/pom.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/heritage-modules/pom.xml b/heritage-modules/pom.xml index 16fe05a..53343fc 100644 --- a/heritage-modules/pom.xml +++ b/heritage-modules/pom.xml @@ -19,6 +19,7 @@ heritage-system heritage-monitor heritage-portal + heritage-admin \ No newline at end of file diff --git a/heritage-web/pom.xml b/heritage-web/pom.xml index 08c2461..4131b5a 100644 --- a/heritage-web/pom.xml +++ b/heritage-web/pom.xml @@ -32,6 +32,12 @@ heritage-portal ${revision} + + + org.leocoder.heritage + heritage-admin + ${revision} + org.springdoc