Skip to content

Commit

Permalink
✨ spring-boot-demo-docker 完成
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed Apr 25, 2019
1 parent 46e1108 commit db489d2
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions spring-boot-demo-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,16 @@
<JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE>
</buildArgs>
</configuration>
<executions>
<execution>
<id>default</id>
<phase>package</phase>
<goals>
<goal>build</goal>
</goals>
</execution>
</executions>
<!-- <executions>-->
<!-- &lt;!&ndash;设置运行 mvn package 的时候自动执行docker build&ndash;&gt;-->
<!-- <execution>-->
<!-- <id>default</id>-->
<!-- <phase>package</phase>-->
<!-- <goals>-->
<!-- <goal>build</goal>-->
<!-- </goals>-->
<!-- </execution>-->
<!-- </executions>-->
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit db489d2

Please sign in to comment.