Spring Cloud: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
Spring Cloud provided support for cloud-native applications and microservices. | Spring Cloud provided support for cloud-native applications and microservices. | ||
=TODO= | |||
Manning's Spring Microservices in Action. | |||
=Concepts= | =Concepts= |
Revision as of 04:28, 9 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.