Spring Cloud Alibaba 2.2.4.RELEASE 发布
Spring Cloud Alibaba 2.2.4 已经发布,目前已可以从 maven 仓库获取,坐标如下: <dependencyManagement> <dependencies> <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-alibaba-dependencies</artifactId> <version>2.2.4.RELEASE</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> 核心依赖 Spring Boot 2.3.2.RELEASE Spring Cloud Hoxton.SR8 Nacos 1...
