You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for spotting this. I suspect that documentation was written around Spring Boot 1.0, if not even earlier and things have changed quite a bit since then. One of the most notable changes is that spring-boot-starter-web now includes Jackson by default. Other than that, much of the increase is accounted for by various modules increasing in size which all adds up.
wilkinsona
changed the title
Sugestion to correct jar file size in documentation
Update expected size of the jar file in the first application getting started documentation
Mar 8, 2023
In section Creating an Executable Jar after "mvn package" command output example is text
Compiled example jar on java 17.0.6 is 17.6 MB, so maybe documentation should state around 18 MB in size
The text was updated successfully, but these errors were encountered: