Skip to content

Commit db489d2

Browse files
committed
✨ spring-boot-demo-docker 完成
1 parent 46e1108 commit db489d2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

spring-boot-demo-docker/pom.xml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,16 @@
5454
<JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE>
5555
</buildArgs>
5656
</configuration>
57-
<executions>
58-
<execution>
59-
<id>default</id>
60-
<phase>package</phase>
61-
<goals>
62-
<goal>build</goal>
63-
</goals>
64-
</execution>
65-
</executions>
57+
<!-- <executions>-->
58+
<!-- &lt;!&ndash;设置运行 mvn package 的时候自动执行docker build&ndash;&gt;-->
59+
<!-- <execution>-->
60+
<!-- <id>default</id>-->
61+
<!-- <phase>package</phase>-->
62+
<!-- <goals>-->
63+
<!-- <goal>build</goal>-->
64+
<!-- </goals>-->
65+
<!-- </execution>-->
66+
<!-- </executions>-->
6667
</plugin>
6768
</plugins>
6869
</build>

0 commit comments

Comments
 (0)