restore mysql-jdbc to mariadb 89/45089/1
authorzhangab <zhanganbing@chinamobile.com>
Fri, 27 Apr 2018 11:00:56 +0000 (19:00 +0800)
committerzhangab <zhanganbing@chinamobile.com>
Fri, 27 Apr 2018 11:00:59 +0000 (19:00 +0800)
Change-Id: Ie4a2d147e4166e1d0e6d700de080db42e4a0e4fb
Issue-ID: USECASEUI-108
Signed-off-by: zhangab <zhanganbing@chinamobile.com>
server/src/main/resources/application.properties

index 74ca61e..0284308 100644 (file)
@@ -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