Browse Source

Merge branch '3.1.x'

pull/38821/head
Moritz Halbritter 2 years ago
parent
commit
2fd89803a2
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/executable-jar/restrictions.adoc

2
spring-boot-project/spring-boot-docs/src/docs/asciidoc/executable-jar/restrictions.adoc

@ -8,7 +8,7 @@ You need to consider the following restrictions when working with a Spring Boot @@ -8,7 +8,7 @@ You need to consider the following restrictions when working with a Spring Boot
* Zip entry compression:
The `ZipEntry` for a nested jar must be saved by using the `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 entries in the outer jar.
The content of the nested jar file itself can still be compressed, as can any other entry in the outer jar.

Loading…
Cancel
Save