Spring Cloud: Difference between revisions
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
* [[Spring Cloud Stream]] | * [[Spring Cloud Stream]] | ||
* [[Spring Cloud Data Flow]] | * [[Spring Cloud Data Flow]] | ||
* [[Spring Cloud for Amazon Web Services]] |
Revision as of 00:38, 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.