Progr1mmer 6 years ago
parent
commit
13727add3f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      application.yml

+ 0 - 2
application.yml

@ -27,8 +27,6 @@ eureka:
      defaultZone: http://${eureka-server-ip}/eureka/
  instance:
    prefer-ip-address: false
    instance-id: ${spring.cloud.client.ipAddress}:${server.port} #定制化在eureka中显示的名称
    #leaseRenewalIntervalInSeconds: 30 #心跳时间 默认30秒 一般不修改
#Actuator
management: