添加OEE内容

This commit is contained in:
2026-01-27 19:07:25 +08:00
parent bc31d5cda7
commit 655023b91f
14 changed files with 1522 additions and 1 deletions

View File

@@ -7,6 +7,14 @@ klp:
# 开发环境文件存储目录
directory-path: testDirectory
--- # OEE 聚合klp-da多服务地址配置
da:
oee:
# 酸轧线klp-pocket在同一套服务内时可指向本服务端口
acid-line-base-url: http://localhost:${server.port}
# 镀锌一线Fizz
galvanize-line-base-url: http://140.143.206.120:18081
--- # 监控中心配置
spring.boot.admin.client:
# 增加客户端开关

View File

@@ -7,6 +7,14 @@ klp:
# 生产环境文件存储目录
directory-path: /home/ubuntu/oa/folder
--- # OEE 聚合klp-da多服务地址配置
da:
oee:
# 酸轧线klp-pocket在同一套服务内时可指向本服务端口也可改成内网域名
acid-line-base-url: http://127.0.0.1:${server.port}
# 镀锌一线Fizz
galvanize-line-base-url: http://140.143.206.120:18081
--- # 监控中心配置
spring.boot.admin.client:
# 增加客户端开关