Spring Cloud: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 31: Line 31:
* [[Spring Cloud Vault]]
* [[Spring Cloud Vault]]
* [[Spring Cloud Stream]]
* [[Spring Cloud Stream]]
* [[Spring Cloud Data Flow]]

Revision as of 00:35, 23 October 2018

External

Internal

Overview

Spring Cloud provided support for cloud-native applications and microservices.

TODO

Manning's Spring Microservices in Action.

Concepts

  • Spring Initializr defaults to a JAR packaging of an application, which is the default for deployment on a cloud platform.

Projects