From aa2c3d4deba76ade0958ff3ced88396e226a4964 Mon Sep 17 00:00:00 2001
From: duhuizhe <271000472@qq.com>
Date: 星期三, 15 五月 2024 19:57:40 +0800
Subject: [PATCH] 项目启动失败问题解决

---
 pom.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index d759699..5a26767 100644
--- a/pom.xml
+++ b/pom.xml
@@ -376,8 +376,9 @@
         <module>ruoyi-modules</module>
         <module>ruoyi-api</module>
         <module>ruoyi-common</module>
-        <module>ruoyi-example</module>
         <module>ecosphere</module>
+        <module>ruoyi-example</module>
+
     </modules>
     <packaging>pom</packaging>
 

--
Gitblit v1.9.1