summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/src/main/resources/application.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main/resources/application.properties b/server/src/main/resources/application.properties
index 74ca61ee..02843089 100644
--- a/server/src/main/resources/application.properties
+++ b/server/src/main/resources/application.properties
@@ -24,7 +24,7 @@ spring.datasource.url=jdbc:mysql://localhost:3306/uui
spring.datasource.username=root
spring.datasource.password=root
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
-spring.database.driver.classname=com.mysql.jdbc.Driver
+spring.database.driver.classname=org.mariadb.jdbc.Driver
spring.jpa.show-sql=false
spring.jpa.properties.hibernate.format_sql=false