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

din-spring-actuator-starter.0.0.4.BETA1.source-code.actuator-example.yml Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
info:
  app:
    name: aradin
    version: 0.0.1

management:
  endpoints:
    web:
      exposure:
        include: info,health,metrics #开启指定的actuator
      basepath: /aradin #改变原本内建的/actuator/xxx路径
  endpoint:
    shutdown:
      enabled: true #开启shutdown

aradin:
  actuator:
    online:
      shell: /filebeat-start.sh




© 2015 - 2024 Weber Informatics LLC | Privacy Policy