Spring Cloud Edgware new features

 

Spring Cloud release is coming soon Spring Cloud Edgware. This version has solved many bugs and added many new features. This series of blogs will explain the new features in Spring Cloud Edgware in detail.

Strictly speaking, this article is not a new feature, but a change in the Edgware version - Edgware renamed a lot of Starter's Artifact ID. Although the original Artifact ID is still available in Edgware Edition, once Spring Cloud Finchleyreleased, the old Artifact ID will be obsolete!

Therefore, it still makes sense to study this article - at least to understand the development trend of Spring Cloud.

The following is the mapping table before and after the name change of Starter in Spring Cloud Edgware and previous versions:

  1. spring-cloud-starter-eureka-server—>spring-cloud-starter-netflix-eureka-server
  2. spring-cloud-starter-eureka—>spring-cloud-starter-netflix-eureka-client
  3. spring-cloud-starter-ribbon—>spring-cloud-starter-netflix-ribbon
  4. spring-cloud-starter-hystrix—>spring-cloud-starter-netflix-hystrix
  5. spring-cloud-starter-hystrix-dashboard—>spring-cloud-starter-netflix-hystrix-dashboard
  6. spring-cloud-starter-turbine—>spring-cloud-starter-netflix-turbine
  7. spring-cloud-starter-turbine-stream–>spring-cloud-starter-netflix-turbine-stream
  8. spring-cloud-starter-feign—>spring-cloud-starter-openfeign
  9. spring-cloud-starter-zuul—>spring-cloud-starter-netflix-zuul

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324390304&siteId=291194637