소스 검색

配置提交

chenweida 8 년 전
부모
커밋
614ba01d58
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      svr-configurations.yml

+ 1 - 1
svr-configurations.yml

@ -11,7 +11,7 @@ eureka:
    prefer-ip-address: true
    #定制化在eurika中显示的名称
    ##instance-id: ${spring.application.name}:${spring.application.instance_id:${server.port}}
    instance-id: ${spring.cloud.client.ipAddress}:${server.port}}
    instance-id: ${spring.cloud.client.ipAddress}:${server.port}
---