c.spring-boot-admin-sample-consul.3.3.4.source-code.application.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-admin-sample-consul Show documentation
Show all versions of spring-boot-admin-sample-consul Show documentation
Spring Boot Admin Sample using Consul
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