Building Scalable Java Microservices with Spring Boot and Spring Cloud学习笔记
Week 1
GCP services overview
- Cloud Function: provide a completely serverless execution environment or functions as a service
- App engine: that provides a fully managed platform as a service framework.
- Kubernetes engine: that provides a managed containers as a service environment for containerized applications.
-
Compute Engine: which is Google’s infrastructure as a service solution that provides maximum flexibility for users and organizations who choose to manage their solutions themselves.
Migrate from using a Cloud SQL instance to a Cloud Spanner instance to meet the needs for high levels of transactional performance.
Spring Framework Intro
Spring framework: an open source application framework and inversion of control container developed by Pivotal for the Java platform.
Spring boot: a spring framework solution designed to simplify the bootstrapping and development of stand-alone production spring based applications.