Merge pull request #419 from mabaiwan/develop

Sample program packaging
pull/420/head
小马哥 2 years ago committed by GitHub
commit 1c5b578c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,4 +60,21 @@
<artifactId>spring-boot-starter-actuator</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