From 8680b4dd3a17c4910da5803e67e09c3d0182fec8 Mon Sep 17 00:00:00 2001 From: Jan Martiska Date: Wed, 10 Jul 2024 09:18:42 +0200 Subject: [PATCH] [TEST] Intentionally create a syntax error in the docs --- docs/src/main/asciidoc/datasource.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/datasource.adoc b/docs/src/main/asciidoc/datasource.adoc index eaf0e84cc44b2..cfbfd3c37e489 100644 --- a/docs/src/main/asciidoc/datasource.adoc +++ b/docs/src/main/asciidoc/datasource.adoc @@ -42,7 +42,7 @@ For more advanced configuration with examples, see <>. Quarkus simplifies database configuration by offering the Dev Services feature, enabling zero-config database setup for testing or running in development (dev) mode. In dev mode, the suggested approach is to use DevServices and let Quarkus handle the database for you, whereas for production mode, you provide explicit database configuration details pointing to a database managed outside of Quarkus. -To use Dev Services, add the appropriate driver extension, such as `jdbc-postgresql`, for your desired database type to the `pom.xml` file. +To use Dev Services, add the appropriate driver extension, such as `jdbc-postgresql`, for your desired database type to the `pom.xml file. In dev mode, if you do not provide any explicit database connection details, Quarkus automatically handles the database setup and provides the wiring between the application and the database. If you provide user credentials, the underlying database will be configured to use them.