Browse Source

配置服务

Trick 6 years ago
parent
commit
3beea88d4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application.yml

+ 1 - 1
application.yml

@ -58,7 +58,7 @@ eureka:
    healthcheck:
      enabled: false #监控检查
    serviceUrl:
      defaultZone: http://jw:jkzl@172.19.103.33:8761/eureka/
      defaultZone: http://jw:jkzl@192.168.131.174:8761/eureka/
  instance:
    prefer-ip-address: false
    instance-id: ${spring.cloud.client.ipAddress}:${server.port}