本人示例主要参考:https://www.cnblogs.com/lcyhjx/tag/%E5%BE%AE%E6%9C%8D%E5%8A%A
以及其他资料:https://www.cnblogs.com/shanyou/p/10363360.html
ocelot官方文档:https://ocelot.readthedocs.io/en/latest/index.html
consul 文档:https://www.consul.io/
安装文档:https://learn.hashicorp.com/tutorials/consul/get-started-install?in=consul/getting-started
运行: consul agent -dev -bind 192.168.1.2 -client 192.168.1.3
示例地址:https://github.com/maosl/microservice-demo
学习主要还是参考示例文档一,有详细介绍,本人再提供demo 主要是解决上文示例的一些错误以及更简单的运行示例。