fix -- 修改项目名称

This commit is contained in:
hewenqiang
2021-12-24 11:04:19 +08:00
parent 18ac3ab725
commit 25959ccf65
15 changed files with 51 additions and 50 deletions

View File

@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>ruoyi-vue-plus</artifactId>
<artifactId>ruoyi-flowable-plus</artifactId>
<groupId>com.ruoyi</groupId>
<version>3.4.0</version>
</parent>
@@ -63,6 +63,12 @@
<artifactId>ruoyi-demo</artifactId>
</dependency>
<!-- flowable模块-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-flowable</artifactId>
</dependency>
</dependencies>
<build>