Eureka的使用
Posted chaos-li
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eureka的使用相关的知识,希望对你有一定的参考价值。
一、项目配置文件:application.yml
#------ eureka配置,默认不开启,如需使用rest负载模式需开启 start ------------- eureka: instance: # 本机ip hostname: 127.0.0.1 prefer-ip-address: true # 本机ip ip-address: 127.0.0.1 client: ##### 是否开启eureka注册,不能和zookeeper的enabled不可同时为true ############## enabled: false registerWithEureka: true fetchRegistry: true serviceUrl: ##### eureka服务器地址 ####################################################### defaultZone: http://eurekaIp:port/eureka/
启动项目看是否注册成功。
二、使用:访问 eurekaIp:port
目前关闭了项目所以是down
以上是关于Eureka的使用的主要内容,如果未能解决你的问题,请参考以下文章
Spring Cloud Netflix-Eureka集群数据同步
springcloud-05-ribbon中不使用eureka
使用spring cloud更改eureka服务器的默认端口