feat(desktop, masterdata): ZNS-Sync-Status in Footer hinzugefügt & Consul-Healthcheck stabilisiert

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
2026-04-17 09:54:12 +02:00
parent 4b6a242372
commit 0128f98164
4 changed files with 115 additions and 6 deletions
@@ -21,8 +21,10 @@ spring:
register: ${CONSUL_ENABLED:true}
prefer-ip-address: true
health-check-path: /actuator/health
health-check-interval: 10s
health-check-port: 8086 # Spring Boot Management Port (Actuator)
health-check-interval: 20s
health-check-timeout: 10s
# deregister-critical-service-after: 5m
# health-check-port: 8086 # Spring Boot Management Port (Actuator)
instance-id: ${spring.application.name}:${server.port}:${random.uuid}
service-name: ${spring.application.name}
port: ${masterdata.http.port:8091} # Ktor API Port registrieren (Gateway Ziel)