四、spring cloud实现系统间通信

前面我们说过shop-manager-web需要shop-manager-service提供服务。这里我们使用spring cloud的Feign模式,在这里我们需要一个注册中心,用于服务的注册与发现。 注册中心: http://localhost:8761/eureka/ 服务提供方: http://localhost:8071/shop-manager-service/ 服务消费方: http
相关文章
相关标签/搜索