7 days to learn spring cloud tutorial

  According to the official word: Spring Cloud provides developers with a variety of functions in distributed systems (such as configuration management, service discovery, circuit breakers, intelligent routing, micro-agents, control buses, one-time tokens, global locks, decision-making campaigns, distributed sessions and Development tools for cluster state) operations. The most important thing is that it is simple enough that the average developer can learn its basic usage in just a few days.

  This Spring Cloud 7-day series of tutorials, including 7 examples and related short articles, are the simplest usage and the most basic usage by default. It can also be used in the actual production environment, of course, it is a preliminary usage.

  Project open source address: http://git.oschina.net/zhou666/spring-cloud-7simple

     7 examples include:

         1) A basic spring boot application.

         2) Distributed configuration management server

         3) Distributed configuration management client (microservice application)

         4) Service registration server

         5) Service registration discovery client (microservice application)

         6) Spring boot style web front-end application

         7) Publish the application using docker

 

         The 7-day study cycle is as follows:

         Day 1: Check the official documentation of spring boot to implement and experiment with spring boot applications.

         Day 2: Familiarize yourself with the configuration management part of the official documentation of spring cloud and familiarize yourself with the related concepts of configuration management.

         Day 3: Familiarize yourself with Git concepts, upload configuration files to the Git server, and finally implement distributed configuration management.

        Day 4: Familiarize yourself with the service registration part of the official document of spring cloud to realize service registration and discovery.

        Day 5: Familiarize yourself with the rest of the official spring cloud documentation and implement circuit breakers.

        Day 6: In-depth spring boot related concepts, use angularJS to implement web front-end applications.

        Day 7: Understand the concept of docker and build a docker application with spring boot.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326393915&siteId=291194637