Spring Cloud: Difference between revisions
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
* [[Spring Cloud Config]] | * [[Spring Cloud Config]] | ||
* [[Spring Cloud Netflix]] | * [[Spring Cloud Netflix]] | ||
* [[Spring Cloud Security]] | * [[Spring Cloud Security]] | ||
* [[Spring Cloud Task]] | * [[Spring Cloud Task]] | ||
* [[Spring Cloud Vault]] | * [[Spring Cloud Vault]] | ||
* [[Spring Cloud Data Flow]] | * [[Spring Cloud Data Flow]] | ||
* [[Spring Cloud for Amazon Web Services]] | * [[Spring Cloud for Amazon Web Services]] | ||
* '''Cloud Messaging''' | |||
** [[Spring Cloud Bus]] | |||
** [[Spring Cloud Stream]] |
Revision as of 23:44, 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.