Browse Source

+ 北斗园区业务代码

chen.cheng 6 months ago
parent
commit
c0fcbb81ad
2 changed files with 6 additions and 2 deletions
  1. 5 1
      bd-park/park-backend/park-application/pom.xml
  2. 1 1
      bd-park/park-backend/pom.xml

+ 5 - 1
bd-park/park-backend/park-application/pom.xml

@@ -57,7 +57,10 @@
             <groupId>com.huashe.application</groupId>
             <artifactId>ruoyi-common</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>com.huashe.application</groupId>
+            <artifactId>ruoyi-generator</artifactId>
+        </dependency>
         <dependency>
             <groupId>com.dtflys.forest</groupId>
             <artifactId>forest-spring-boot-starter</artifactId>
@@ -84,6 +87,7 @@
             <groupId>org.java-websocket</groupId>
             <artifactId>Java-WebSocket</artifactId>
         </dependency>
+
     </dependencies>
     <build>
         <plugins>

+ 1 - 1
bd-park/park-backend/pom.xml

@@ -172,7 +172,7 @@
 
             <!-- 代码生成-->
             <dependency>
-                <groupId>com.ruoyi</groupId>
+                <groupId>com.huashe.application</groupId>
                 <artifactId>ruoyi-generator</artifactId>
                 <version>${ruoyi.version}</version>
             </dependency>