Spring Cloud: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* https://projects.spring.io/spring-cloud/ | * https://projects.spring.io/spring-cloud/ | ||
* GitHub https://github.com/spring-cloud | |||
=Internal= | =Internal= |
Revision as of 00:39, 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.