Spring Cloud: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 33: Line 33:
* [[Spring Cloud for Amazon Web Services]]
* [[Spring Cloud for Amazon Web Services]]
* '''Cloud Messaging'''
* '''Cloud Messaging'''
** [[Spring Cloud Stream]]
** [[Spring Cloud Bus]]
** [[Spring Cloud Bus]]
** [[Spring Cloud Stream]]

Revision as of 23:59, 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