Spring Cloud: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 30: Line 30:
* [[Spring Cloud Task]]
* [[Spring Cloud Task]]
* [[Spring Cloud Vault]]
* [[Spring Cloud Vault]]
* [[Spring Cloud Stream]]

Revision as of 00:32, 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