application-test.yml 781 Bytes
endpoints:
  restart:
    enabled: true
  shutdown:
    enabled: true
    sensitive: false
eureka:
  instance:
    prefer-ip-address: true
    instance-id: ${spring.cloud.client.ip-address}:${server.port}
  client:
    registerWithEureka: false
    fetchRegistry: false
    serviceUrl:
      defaultZone: http://${spring.cloud.client.ip-address}:${server.port}/eureka/
management:
  security:
    enabled: false
server:
  port: 24000
spring:
  application:
    name: monitor-server
  boot:
    admin:
      routes:
        endpoints: env,metrics,dump,jolokia,info,configprops,trace,logfile,refresh,flyway,liquibase,heapdump,loggers,auditevents,hystrix.stream
      turbine:
        location: crm-turbine
logging:
  config: classpath:logback-spring.xml
nafmii:
  log-path: D:/NAFMII