Spring Cloud 服务注册中心的创建与简介(Greenwich SR3版)
文章目录1. 简介1.1 Spring Cloud 官方资源1.2 Spring Cloud 特性1.3 Spring Cloud 与 Dubbo 区别1.4 Spring Cloud 版本1.5 演示示例环境说明2. Spring Cloud 项目创建2.1 程序示例2.2 创建 Spring Initializr Project2.3 服务注册中心配置1. 简介 ...