From 4975c913ad1ce012932c3e1c6bee4b2ca06fff6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 2 Oct 2023 20:06:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xm-core/src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xm-core/src/main/resources/application-dev.yml b/xm-core/src/main/resources/application-dev.yml index ac7af7f1..6ed12956 100644 --- a/xm-core/src/main/resources/application-dev.yml +++ b/xm-core/src/main/resources/application-dev.yml @@ -202,7 +202,7 @@ spring: #password: zchcgl123!@# #driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://123.207.117.5:3306/adm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT + url: jdbc:mysql://123.207.117.5:3306/xm?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowMultiQueries=true&serverTimezone=CTT username: root password: 1qaz@WSX driver-class-name: com.mysql.cj.jdbc.Driver