Add Flyway README
Add lifecycle documentation.
This commit is contained in:
9
boot/flyway/README.adoc
Normal file
9
boot/flyway/README.adoc
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user