Browse Source

天合客户环境配置

master
songguoqiang 4 months ago
parent
commit
276ae6e3bd
  1. 6
      win-server/src/main/resources/application.yaml

6
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 # 路径

Loading…
Cancel
Save