fix(cli): 优化服务注册元信息

This commit is contained in:
2024-02-01 18:17:26 +08:00
parent 2fa18fa4f8
commit d7b7d1b4be
3 changed files with 9 additions and 6 deletions

View File

@@ -8,4 +8,8 @@ spring:
root: /hudi-services
instance-id: ${spring.application.name}-${deploy.hostname}-${random.uuid}-${deploy.datetime:19700101}
metadata:
discovery: zookeeper
discovery: zookeeper
ip: ${deploy.ip}
hostname: ${deploy.hostname}
hostname_full: ${deploy.hostname-full}
start_time: ${deploy.start-time}