fix: 更新 Dockerfile 和 pom.xml 中的路径引用为 hzhub
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>ruoyi-chat</artifactId>
|
||||
<artifactId>hzhub-chat</artifactId>
|
||||
<description>
|
||||
聊天模块 - API定义和服务实现
|
||||
</description>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>ruoyi-generator</artifactId>
|
||||
<artifactId>hzhub-generator</artifactId>
|
||||
|
||||
<description>
|
||||
generator 代码生成
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>ruoyi-system</artifactId>
|
||||
<artifactId>hzhub-system</artifactId>
|
||||
|
||||
<description>
|
||||
system系统模块
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<packaging>jar</packaging>
|
||||
<artifactId>ruoyi-workflow</artifactId>
|
||||
<artifactId>hzhub-workflow</artifactId>
|
||||
|
||||
<description>
|
||||
工作流模块
|
||||
|
||||
@@ -11,10 +11,10 @@
|
||||
|
||||
<modules>
|
||||
<module>hzhub-aiflow</module>
|
||||
<module>ruoyi-chat</module>
|
||||
<module>ruoyi-generator</module>
|
||||
<module>ruoyi-system</module>
|
||||
<module>ruoyi-workflow</module>
|
||||
<module>hzhub-chat</module>
|
||||
<module>hzhub-generator</module>
|
||||
<module>hzhub-system</module>
|
||||
<module>hzhub-workflow</module>
|
||||
</modules>
|
||||
|
||||
<artifactId>hzhub-modules</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user