Skip to content

Commit 94fc6b4

Browse files
committedSep 11, 2024·
Polish formatting
1 parent 726ee27 commit 94fc6b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/class-data-sharing.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This section includes information about using Class Data Sharing (CDS) with Spri
55
For an overview of Spring Boot support for CDS, see xref:reference:packaging/class-data-sharing.adoc[].
66

77

8+
89
[[howto.class-data-sharing.buildpacks]]
910
== Packaging an Application Using CDS and Buildpacks
1011

@@ -15,12 +16,16 @@ This will cause the buildpack to do a training run of the application, save the
1516

1617
The Paketo Buildpack for Spring Boot https://github.com/paketo-buildpacks/spring-boot?tab=readme-ov-file#configuration[documentation] has information on other configuration options that can be enabled with builder environment variables, like `CDS_TRAINING_JAVA_TOOL_OPTIONS` that allows to override the default `JAVA_TOOL_OPTIONS`, only for the CDS training run.
1718

19+
20+
1821
[[howto.class-data-sharing.dockerfiles]]
1922
== Packaging an Application Using CDS and Dockerfiles
2023

2124
If you don't want to use Cloud Native Buildpacks, it is also possible to use CDS with a `Dockerfile`.
2225
For more information about that, please see the xref:reference:packaging/container-images/dockerfiles.adoc#packaging.container-images.dockerfiles.cds[Dockerfiles reference documentation].
2326

27+
28+
2429
[[howto.class-data-sharing.training-run-configuration]]
2530
== Preventing Remote Services Interaction During the Training Run
2631

0 commit comments

Comments
 (0)
Please sign in to comment.