Spring Cloud: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://projects.spring.io/spring-cloud/ | |||
* GitHub https://github.com/spring-cloud | |||
=Internal= | =Internal= | ||
* [[Spring#Projects|Spring]] | * [[Spring#Projects|Spring]] | ||
= | =Overview= | ||
Spring Cloud provided support for cloud-native applications and microservices. | |||
=TODO= | |||
Manning's Spring Microservices in Action. | |||
=Concepts= | |||
<font color=darkgray> | |||
* [[Spring Initializr]] defaults to a JAR packaging of an application, which is the default for deployment on a cloud platform. | |||
</font> | |||
=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''' | |||
** [[Spring Cloud Stream]] | |||
** [[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