From a18f83ead784d7c8abedea6d06f8e0adceb352e0 Mon Sep 17 00:00:00 2001 From: Bart Geesink Date: Thu, 10 Oct 2024 13:13:40 +0200 Subject: [PATCH] Devconf config: Change jdbc url to use the mariadb scheme --- server/src/main/resources/application-devconf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/main/resources/application-devconf.yml b/server/src/main/resources/application-devconf.yml index a6976628..43e67cb3 100644 --- a/server/src/main/resources/application-devconf.yml +++ b/server/src/main/resources/application-devconf.yml @@ -48,7 +48,7 @@ spring: show-sql: false datasource: driver-class-name: org.mariadb.jdbc.Driver - url: jdbc:mysql://mariadb/invite?autoReconnect=true + url: jdbc:mariadb://mariadb/invite?autoReconnect=true username: inviterw password: secret flyway: