Deploy a new version with Spring Cloud
The goal of this article is to introduce a solution to facilitate deployments of your applications based on Spring Cloud. When deploying a new release, both versions will coexist without communication between them. For instance, this allows to avoid the versioning of APIs.
Read more Details