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

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

---
logging:
  file:
    name: "target/boot-admin-sample-hazelcast.log"

management:
  endpoints:
    web:
      exposure:
        include: "*"
  endpoint:
    health:
      show-details: ALWAYS

spring:
  application:
    name: spring-boot-admin-sample-hazelcast
  boot:
    admin:
      client:
        url: http://localhost:${server.port:8080}
  profiles:
    active:
      - insecure




© 2015 - 2024 Weber Informatics LLC | Privacy Policy