Spring Cloud: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
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]] | ||
=Organizatorium= | |||
* [[AWS_Region_Operations#Setting_AWS_Region_for_Spring_Cloud|Setting AWS Region for Spring Cloud Applications]] |
Latest revision as of 23:12, 9 April 2019
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
- Spring Cloud Config
- Spring Cloud Netflix
- Spring Cloud Security
- Spring Cloud Task
- Spring Cloud Vault
- Spring Cloud Data Flow
- Spring Cloud for Amazon Web Services
- Cloud Messaging