update ruoyi-modules/ruoyi-workflow/pom.xml.

添加打包配置

Signed-off-by: Bleachtred <bleachtred@163.com>
2.X
Bleachtred 8 months ago committed by Gitee
parent cffe89ffab
commit d4fb50983f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -135,5 +135,23 @@
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

Loading…
Cancel
Save