10 lines
195 B
Plaintext
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
|
|
```
|