From 276ae6e3bd2aad081fab7d6753bf82e28e891496 Mon Sep 17 00:00:00 2001 From: songguoqiang <765017469@qq.com> Date: Mon, 20 May 2024 10:49:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A9=E5=90=88=E5=AE=A2=E6=88=B7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- win-server/src/main/resources/application.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win-server/src/main/resources/application.yaml b/win-server/src/main/resources/application.yaml index ae9e03e..6c293db 100644 --- a/win-server/src/main/resources/application.yaml +++ b/win-server/src/main/resources/application.yaml @@ -8,7 +8,7 @@ spring: profiles: include: druid - active: dev + active: prod main: allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。 @@ -103,8 +103,8 @@ win: base-package: com.win web: admin-ui: - url: http://10.230.41.31:90/ # Admin 管理后台 UI 的地址eam - profile: /opt/profile/tianhe + url: http://localhost:90/ # Admin 管理后台 UI 的地址eam + profile: D:\tianhe websocket: enable: true # websocket的开关 path: /websocket/message # 路径