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: profiles:
include: druid include: druid
active: dev active: prod
main: main:
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。 allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。
@ -103,8 +103,8 @@ win:
base-package: com.win base-package: com.win
web: web:
admin-ui: admin-ui:
url: http://10.230.41.31:90/ # Admin 管理后台 UI 的地址eam url: http://localhost:90/ # Admin 管理后台 UI 的地址eam
profile: /opt/profile/tianhe profile: D:\tianhe
websocket: websocket:
enable: true # websocket的开关 enable: true # websocket的开关
path: /websocket/message # 路径 path: /websocket/message # 路径

Loading…
Cancel
Save