Refine training run documentation

This commit is contained in:
Sébastien Deleuze
2024-06-10 12:03:44 +02:00
parent 60acfffacf
commit f6c06dcf01

View File

@@ -17,6 +17,10 @@ see related documentation depending on the dependencies used:
- https://github.com/sdeleuze/spring-lifecycle-smoke-tests/blob/main/boot/flyway/README.adoc[Flyway]
- https://github.com/sdeleuze/spring-lifecycle-smoke-tests/blob/main/boot/liquibase/README.adoc[Liquibase]
NOTE: Keep in mind that with CDS, a regular startup lifecycle will be performed during the optimized run, while
checkpoint/restore will resume the lifecyle where it was stopped, without refreshing the configuration unless you use
https://cloud.spring.io/spring-cloud-commons/reference/html/#refresh-scope[Spring Cloud refresh scope].
== Tests
There are two types of tests: unit tests and application tests.