From ef0bc28d45c257176e2526fcbc84c07b4e53f089 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Mon, 13 May 2024 22:53:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20WebSocket=E7=9A=84endpoint=E6=94=BE?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 3 ++- src/main/resources/application-prod.yml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index cc7ea990..7f780c05 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -71,7 +71,8 @@ security: - /swagger-ui/** - /swagger-ui.html - /api/v1/auth/captcha - + - /ws/** + - /ws-app/** oss: # OSS 类型 (目前支持aliyun、minio) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 553268ea..36977a89 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -15,7 +15,7 @@ spring: password: 123456 data: redis: - database: 6 + database: 12 host: www.youlai.tech port: 6379 password: 123456 @@ -71,7 +71,8 @@ security: - /swagger-ui/** - /swagger-ui.html - /api/v1/auth/captcha - + - /ws/** + - /ws-app/** # 文件上传配置 oss: # OSS 类型 (目前支持aliyun、minio)