Zero-Config PostgreSQL for Quarkus Tests: How Dev Services Remove the Docker Boilerplate
Quarkus Dev Services start a PostgreSQL container automatically when your datasource has no URL — no Testcontainers boilerplate in dev mode or tests. Here's how it works, how to customize it, and where it breaks.