diff --git a/README.adoc b/README.adoc index 718d3ba..4ac6ba0 100644 --- a/README.adoc +++ b/README.adoc @@ -8,7 +8,7 @@ https://docs.spring.io/spring-framework/reference/integration/checkpoint-restore == Training run configuration -The training run of your application may require custom configuration, to prevent early database interaction for example, +The training run of your application may require custom configuration, applied by default to your application or specifically to the training run, to prevent early database interaction for example, see related documentation depending on the dependencies used: - Spring Data https://github.com/sdeleuze/spring-lifecycle-smoke-tests/blob/main/data/data-jpa/README.adoc[JPA], https://github.com/sdeleuze/spring-lifecycle-smoke-tests/blob/main/data/data-jdbc/README.adoc[JDBC], https://github.com/sdeleuze/spring-lifecycle-smoke-tests/blob/main/data/data-r2dbc/README.adoc[R2DBC]