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: