Files

Tests and documentation for Liquibase.

== Prevent early database interaction

Liquibase requires extra configuration to avoid early database interaction.

```
spring.liquibase.enabled=false
```