From 88fe137c37b9c0e3502ad9428609516ec81fc9e9 Mon Sep 17 00:00:00 2001 From: xiaofanku Date: Wed, 3 Jun 2020 10:26:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0mysql=E9=A9=B1=E5=8A=A8?= =?UTF-8?q?=E7=B1=BB=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thrones/src/main/resources/global.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thrones/src/main/resources/global.properties b/thrones/src/main/resources/global.properties index 4b924ab7..64755d4e 100644 --- a/thrones/src/main/resources/global.properties +++ b/thrones/src/main/resources/global.properties @@ -10,7 +10,7 @@ web.staticFile=.css,.js,.png,.jpg,.gif,.jpeg,.bmp,.ico,.swf,.psd,.htc,.htm,.html web.validate.message=messages web.validate.encode=UTF-8 # applicationContext-admin.xml -jdbc.driverClassName=com.mysql.jdbc.Driver +jdbc.driverClassName=com.mysql.cj.jdbc.Driver jdbc.url=jdbc:mysql://127.0.0.1:3306/jforum?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull jdbc.username=root jdbc.password=root -- GitLab