Skip to content

Commit 870df5a

Browse files
committed
Merge branch '2.7.x' into 3.0.x
Closes gh-36761
2 parents f8a5aff + 5ed5820 commit 870df5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/getting-started/first-application.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Save your `pom.xml` and run `mvn package` from the command line, as follows:
283283
----
284284

285285
If you look in the `target` directory, you should see `myproject-0.0.1-SNAPSHOT.jar`.
286-
The file should be around 10 MB in size.
286+
The file should be around 18 MB in size.
287287
If you want to peek inside, you can use `jar tvf`, as follows:
288288

289289
[source,shell,indent=0,subs="verbatim"]

0 commit comments

Comments
 (0)