Skip to content

Commit 5ed5820

Browse files
committed
Clarify expected jar size in getting started doc
Closes gh-34514
1 parent 1e5a72f commit 5ed5820

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)