From 90be6ce8da3ddaa5de251704b3b7397c5a31dbb7 Mon Sep 17 00:00:00 2001 From: terrfly Date: Thu, 10 Jun 2021 18:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E5=8E=9Fyml=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E5=BB=BA=E8=AE=AE=E6=9C=AC=E5=9C=B0=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E8=AF=A5=E6=96=87=E4=BB=B6=E6=8F=90=E4=BA=A4=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/devCommons/config/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/devCommons/config/application.yml b/conf/devCommons/config/application.yml index 13d7329..cc70ac5 100644 --- a/conf/devCommons/config/application.yml +++ b/conf/devCommons/config/application.yml @@ -4,9 +4,9 @@ spring: datasource: # yml填写url连接串, 无需将&符号进行转义 - url: jdbc:mysql://127.0.0.1:3306/jeepay?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false + url: jdbc:mysql://127.0.0.1:3306/jeepaydb?zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false username: root - password: root + password: redis: host: 127.0.0.1 port: 6379 -- GitLab