From 9a4fcd8e22148777095b1fda658aaaff9b926a73 Mon Sep 17 00:00:00 2001 From: xsx <825657193@qq.com> Date: Mon, 6 Nov 2023 12:37:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- im-platform/src/main/resources/application.yml | 2 +- im-server/src/main/resources/application.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/im-platform/src/main/resources/application.yml b/im-platform/src/main/resources/application.yml index a700272..6c77e0b 100644 --- a/im-platform/src/main/resources/application.yml +++ b/im-platform/src/main/resources/application.yml @@ -7,7 +7,7 @@ spring: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://localhost:3306/box-im?useSSL=false&useUnicode=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true username: root - password: root123456 + password: root redis: host: 127.0.0.1 diff --git a/im-server/src/main/resources/application.yml b/im-server/src/main/resources/application.yml index 3ab53c4..e3110a4 100644 --- a/im-server/src/main/resources/application.yml +++ b/im-server/src/main/resources/application.yml @@ -12,7 +12,7 @@ websocket: port: 8878 tcpsocket: - enable: true # 暂时不开启 + enable: false # 暂时不开启 port: 8879 jwt: