SpringCloud / spring-cloud-code

🔥《重新定义Spring Cloud实战》实体书对应源码,欢迎大家Star点赞收藏
Apache License 2.0
1.89k stars 1k forks source link

eureka整合https #38

Open bitchpeng opened 5 years ago

bitchpeng commented 5 years ago

按照源码3.5.5整合https时发现,启动eureka-server 在启动一个eureka-client 发现eureka-server有报错 eureka-server自动调用https://localhost:8761/peerreplication/batch/ (个人猜测是在高可用的时候同步注册信息的接口) 报错 所以eureka-server是不是也要将内置的jersey支持https