Skip to content

Commit

Permalink
Fix documentation on the use of MariaDB Dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Jul 25, 2023
1 parent 64a3b78 commit 8022363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}#
Expand Down

0 comments on commit 8022363

Please sign in to comment.