Polish documentation to use more javadoc links

Update a few areas of the documentation to use full javadoc
links.

See gh-41614
This commit is contained in:
Phillip Webb
2024-11-12 14:06:21 -08:00
parent 47722af18e
commit 924ea70c19
9 changed files with 14 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ You need to consider the following restrictions when working with a Spring Boot
[[appendix.executable-jar-zip-entry-compression]]
* Zip entry compression:
The `ZipEntry` for a nested jar must be saved by using the `ZipEntry.STORED` method.
The `ZipEntry` for a nested jar must be saved by using the javadoc:java.util.zip.ZipEntry#STORED[] method.
This is required so that we can seek directly to individual content within the nested jar.
The content of the nested jar file itself can still be compressed, as can any other entry in the outer jar.