将 spring-cloud-starter-loadbalancer 升级到 2.2.0.RELEASE
 
1)将 gulimall-common/pom.xml 中 spring-cloud-starter-loadbalancer 版本修改为 2.2.0.RELEASE
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-loadbalancer</artifactId>
    <version>2.2.0.RELEASE</version>
</dependency>

 

2)将 gulimall-common/pom.xml 中 spring-cloud-alibaba-dependencies 版本修改为 2.2.1.RELEASE
<dependency>
    <groupId>com.alibaba.cloud</groupId>
    <artifactId>spring-cloud-alibaba-dependencies</artifactId>
    <version>2.2.1.RELEASE</version>
    <type>pom</type>
    <scope>import</scope>
</dependency>

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
  • 2021-11-03
  • 2021-07-01
猜你喜欢
  • 2022-12-23
  • 2021-09-24
  • 2022-12-23
  • 2021-09-15
  • 2022-12-23
  • 2021-08-21
  • 2022-01-29
相关资源
相似解决方案