Ver código fonte

新增监控相关配置

chenweida 6 anos atrás
pai
commit
0afe8bcb59
1 arquivos alterados com 56 adições e 0 exclusões
  1. 56 0
      application.yml

+ 56 - 0
application.yml

@ -32,6 +32,62 @@ eureka:
    leaseRenewalIntervalInSeconds: 30 ##心跳时间 默认30秒 一般不修改
yihu:
  admin:
    client:
      advice:
        http: true
management:
  security:
    enabled: false
endpoints:
  logfile:
    enabled: true
---
spring:
  profiles: jwdev
yihu:
  admin:
    client:
      advice:
        sql: false
        http: true
      server:
        ip: 127.0.0.1
        port: 8999
---
spring:
  profiles: jwtest
yihu:
  admin:
    client:
      advice:
        sql: false
        http: true
      server:
        ip: 127.0.0.1
        port: 8999
---
spring:
  profiles: jwprod
yihu:
  admin:
    client:
      advice:
        sql: false
        http: true
      server:
        ip: 127.0.0.1
        port: 8999