From 80223631f8f4789a61936f0278103549019c842f Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Tue, 25 Jul 2023 22:26:17 +0200 Subject: [PATCH] Fix documentation on the use of MariaDB Dialect --- .../src/main/asciidoc/configuration-database.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-dataflow-docs/src/main/asciidoc/configuration-database.adoc b/spring-cloud-dataflow-docs/src/main/asciidoc/configuration-database.adoc index 410f6ed7a3..e0f1eccd7b 100644 --- a/spring-cloud-dataflow-docs/src/main/asciidoc/configuration-database.adoc +++ b/spring-cloud-dataflow-docs/src/main/asciidoc/configuration-database.adoc @@ -19,7 +19,7 @@ The `username` and `password` are the same regardless of the database. However, [cols="a,a,a,a,a"] [cols="10%,20%,20%,20%,10%"] |=== -|[.small]#Database#|[.small]#spring.datasource.url#|[.small]#spring.datasource.driver-class-name#|[.small]#spring.jpa.database-platform#|[.small]##Driver included# +|[.small]#Database#|[.small]#spring.datasource.url#|[.small]#spring.datasource.driver-class-name#|[.small]#spring.jpa.database-platform#|[.small]#Driver included# |[.small]#MariaDB 10.4+# |[.small]#jdbc:mariadb://${db-hostname}:${db-port}/${db-name}#