因为之前用的springcloud D版本的,版本比较低了,打算对springcloud做下升级
决定用Greenwich.M3,下文会列出常用的组件和升级过程中遇到的问题。
以下模块已作为 Greenwich.M3 的一部分进行了更新:
| MODULE | VERSION | ISSUES |
|---|---|---|
| Spring Cloud | Greenwich.M3 | |
| Spring Cloud Aws | 2.0.1.RELEASE | (issues) |
| Spring Cloud Bus | 2.1.0.M2 | (issues) |
| Spring Cloud Cloudfoundry | 2.1.0.M1 | |
| Spring Cloud Commons | 2.1.0.M2 | (issues) |
| Spring Cloud Config | 2.1.0.M3 | (issues) |
| Spring Cloud Contract | 2.1.0.M2 | (issues) |
| Spring Cloud Consul | 2.1.0.M2 | (issues) |
| Spring Cloud Function | 2.0.0.RC2 | (issues) |
| Spring Cloud Gateway | 2.1.0.M3 | (issues) |
| Spring Cloud Gcp | 1.1.0.M3 | |
| Spring Cloud Kubernetes | 1.0.0.M2 | (issues) |
| Spring Cloud Netflix | 2.1.0.M3 | (issues) |
| Spring Cloud Openfeign | 2.1.0.M2 | |
| Spring Cloud Security | 2.1.0.M1 | |
| Spring Cloud Sleuth | 2.1.0.M2 | (issues) |
| Spring Cloud Stream | Fishtown.RC2 | Blog post |
| Spring Cloud Task | 2.1.0.M1 | (issues) |
| Spring Cloud Vault | 2.1.0.M2 | (issues) |
| Spring Cloud Zookeeper | 2.1.0.M1 |
Maven (dependency management only):
spring-milestones Spring Milestones http://repo.spring.io/milestone false org.springframework.cloud spring-cloud-dependencies Greenwich.M3 pom import org.springframework.cloud spring-cloud-starter-config ... org.springframework.cloud spring-cloud-starter-netflix-eureka-client
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/203086.html原文链接:https://javaforall.net
