Skip to content

Report 配置

Report 是数据大屏服务,官方启动端口 8581。不要把它写成 Flow。Flow 是 8081

服务官方启动端口说明
Admin8580forge-admin-server 活动 application.yml
Report8581forge-report-server 活动 application.yml
Flow8081forge-flow-server 活动 application.yml
App8583forge-app-server 活动 application.yml
前端开发3000Vite 开发服务器

FlowClientProperties 类内默认 URL 是 http://localhost:8080。Admin 官方配置覆盖为 http://127.0.0.1:8081。文档和启动清单一律使用官方启动端口 8081,不要把 Report 的 8581 写成 Flow。

服务身份

模块forge-report-server
spring.application.nameforge-report
端口8581
健康检查GET /actuator/health

来源:forge-server/forge-report-server/src/main/resources/application.yml

启动

在完成 Admin 初始化后再启动。具体大屏操作见 创建第一个大屏

完整键表以活动 YAML 和 @ConfigurationProperties 为准。任务页不要复制本页。

相关文档