App 配置
App 是移动端 / H5 接口服务,官方启动端口 8583。
| 服务 | 官方启动端口 | 说明 |
|---|---|---|
| Admin | 8580 | forge-admin-server 活动 application.yml |
| Report | 8581 | forge-report-server 活动 application.yml |
| Flow | 8081 | forge-flow-server 活动 application.yml |
| App | 8583 | forge-app-server 活动 application.yml |
| 前端开发 | 3000 | Vite 开发服务器 |
FlowClientProperties 类内默认 URL 是 http://localhost:8080。Admin 官方配置覆盖为 http://127.0.0.1:8081。文档和启动清单一律使用官方启动端口 8081,不要把 Report 的 8581 写成 Flow。
服务身份
| 项 | 值 |
|---|---|
| 模块 | forge-app-server |
| 端口 | 8583 |
| 健康检查 | GET /actuator/health |
来源:forge-server/forge-app-server/src/main/resources/application.yml。类注释里的“默认 8080”是 Spring 模板遗留,官方启动配置是 8583。
启动
Admin + 前端第一次登录不需要 App。H5 场景见 H5 与 App 服务。
