Building Scalable Java Microservices with Spring Boot and Spring Cloud学习笔记

Week 1

GCP services overview

谷歌云Spring Boot & Spring Cloud

  • 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.
    谷歌云Spring Boot & Spring Cloud
    Migrate from using a Cloud SQL instance to a Cloud Spanner instance to meet the needs for high levels of transactional performance.
    谷歌云Spring Boot & Spring Cloud

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.

相关文章:

  • 2022-01-09
  • 2021-07-04
  • 2021-11-27
  • 2021-11-19
  • 2022-01-31
  • 2021-11-19
猜你喜欢
  • 2021-09-17
  • 2021-07-31
  • 2021-12-08
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2021-12-29
相关资源
相似解决方案