summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2018-04-27 19:00:56 +0800
committerzhangab <zhanganbing@chinamobile.com>2018-04-27 19:00:59 +0800
commitc804509ad509dead6eab1813d7d6ad0274706c3b (patch)
tree659a94929978a7e079ac54cdf0ca1fe618d710ea
parentd05e6deda438ff3acb07169f55b0ce572d276239 (diff)
restore mysql-jdbc to mariadb
Change-Id: Ie4a2d147e4166e1d0e6d700de080db42e4a0e4fb Issue-ID: USECASEUI-108 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
-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