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

c.spring-boot-admin-sample-consul.3.3.4.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 3.3.6
Show newest version
spring:
  application:
    name: consul-example
  cloud:
    config:
      enabled: false
    consul:
      host: localhost
      port: 8500
      discovery:
        metadata:
          management-context-path: /foo
          health-path: /ping
          user-name: user
          user-password: password
  profiles:
    active:
      - secure
  boot:
    admin:
      discovery:
        ignored-services: consul


management:
  endpoints:
    web:
      exposure:
        include: "*"
      path-mapping:
        health: /ping
      base-path: /foo
  endpoint:
    health:
      show-details: ALWAYS




© 2015 - 2024 Weber Informatics LLC | Privacy Policy