From c804509ad509dead6eab1813d7d6ad0274706c3b Mon Sep 17 00:00:00 2001 From: zhangab Date: Fri, 27 Apr 2018 19:00:56 +0800 Subject: restore mysql-jdbc to mariadb Change-Id: Ie4a2d147e4166e1d0e6d700de080db42e4a0e4fb Issue-ID: USECASEUI-108 Signed-off-by: zhangab --- server/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg