From 6325b2b4372ec9f9bce0c8256f35f71af746653e Mon Sep 17 00:00:00 2001 From: giaogiao Date: Thu, 21 Dec 2023 10:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 3 ++- src/main/resources/application.yml | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/.gitignore b/.idea/.gitignore index 5c98b42..0de35f8 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,2 +1,3 @@ # Default ignored files -/workspace.xml \ No newline at end of file +/workspace.xml +/logs/* \ No newline at end of file diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 99f2f25..2470805 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -23,11 +23,10 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/welfare?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true - username: root - password: root + username: welfare + password: welfare redis: - password: yjhon.com - host: 121.196.96.144 + host: 127.0.0.1 port: 6379 database: 10 timeout: 10s