Files
2024-06-10 11:34:41 +02:00

10 lines
195 B
Plaintext

Tests and documentation for Liquibase.
== Prevent early database interaction
Liquibase requires extra configuration to avoid early database interaction.
```
spring.liquibase.enabled=false
```