All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rg.openwms.tms.transportation.2.0.0.source-code.bootstrap-DISTRIBUTED.yml Maven / Gradle / Ivy

The newest version!
spring:
  cloud:
    bootstrap:
      enabled: true
    bus:
      enabled: true
      refresh:
        enabled: true
    config:
      discovery:
        enabled: true
        service-id: openwms-config
      enabled: true
      fail-fast: true # true means retry
    discovery:
      enabled: true

eureka:
  instance:
    statusPageUrl: ${owms.srv.protocol}://${owms.srv.hostname}:${server.port}/actuator/info
    healthCheckUrl: ${owms.srv.protocol}://${owms.srv.hostname}:${server.port}/actuator/health
    homePageUrl: ${owms.srv.protocol}://${owms.srv.hostname}:${server.port}/





© 2015 - 2025 Weber Informatics LLC | Privacy Policy