Add Flyway README

Add lifecycle documentation.
This commit is contained in:
Sébastien Deleuze
2024-05-24 10:48:57 +02:00
parent b97d4ee623
commit d23d70e735

9
boot/flyway/README.adoc Normal file
View File

@@ -0,0 +1,9 @@
Document lifecycle requirements with Flyway.
== Lifecycle configuration guidance
Flyway requires extra configuration to avoid early database interaction.
```
spring.flyway.enabled=false
```