Spring Cloud 2020.0.0 正式发布,移除大量模块
踩着 2020 的尾巴 Spring Cloud 2020 (代号"Ilford",伊尔福德)版本正式发布,目前已可以从 maven 中央仓库获取,坐标如下: <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> <version>2020.0.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> 重要变更 Spring Cloud 2020 版本 基于 Spring Boot 2....

