Browse Source

feature1.0.0:添加bnyer-img打包pom的build

master
chengkun 4 years ago
parent
commit
fec8648769
  1. 17
      bnyer-services/bnyer-img/pom.xml

17
bnyer-services/bnyer-img/pom.xml

@ -89,4 +89,21 @@
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}</finalName>
<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>
Loading…
Cancel
Save