🐛 Fix: [后台]:修改web模块pom文件,解决打包报错

This commit is contained in:
fanxb 2019-07-16 15:19:34 +08:00
parent a3b439e877
commit c4e1b5498c

View File

@ -25,5 +25,21 @@
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project> </project>