• HOME
  • ABOUT
  • ARCHIVES
Search ...
Search ...

Category: Spring Cloud

Categories

Spring Cloud | 2020-03-22

Spring Cloud 13: Security

Security is a fundamental feature that cannot be bypassed in almost any applicat ...

Nick Li
Nick Li
45 min read
Spring Cloud | 2020-03-06

Spring Cloud 12: Message bus

Before we start talking about Spring Cloud Bus, let’s look at another IT term: ESB (Enterprise Servi ...

Nick Li
Nick Li
36 min read
Spring Cloud | 2020-02-28

Spring Cloud 11: Message-driven development - Stream

Message-driven development has become one of the essential development methods for microservices arc ...

Nick Li
Nick Li
51 min read
Spring Cloud | 2020-02-22

Spring Cloud 10: Unified Configuration Center

In monolithic applications, we often use a configuration file (application (*). Properties (yml)) to ...

Nick Li
Nick Li
56 min read
Spring Cloud | 2020-02-14

Spring Cloud 9: Distributed Tracing Solution - Sleuth

When we develop microservice application, we usually divide microservices according to business logi ...

Nick Li
Nick Li
25 min read
Spring Cloud | 2020-02-08

Spring Cloud 8: API Gateway - Zuul Part 2

The first impression of Zuul is usually like this: it includes two functions: routing and filtering ...

Nick Li
Nick Li
30 min read
Spring Cloud | 2020-01-31

Spring Cloud 7: API Gateway - Zuul Part 1

With microservices architecture, each microservice exposes a set of fine-grained services to the out ...

Nick Li
Nick Li
32 min read
Spring Cloud | 2020-01-17

Spring Cloud 6: Fault Tolerant - Hystrix

When implementing the microservice architecture, we usually split the services into individual micro ...

Nick Li
Nick Li
19 min read
Spring Cloud | 2020-01-11

Spring Cloud 5: Declarative REST Client - Feign

In the previous blog, we can find that when we call the API through RestTemplate, the parameters mus ...

Nick Li
Nick Li
23 min read
Spring Cloud | 2020-01-06

Spring Cloud 4: Load Balancer - Ribbon

Before microservices, the load balancing solution was mainly a centralized load balancer. There was ...

Nick Li
Nick Li
9 min read
12NEXT →
— Nick Li —

Recent Posts

  • Java Multithreading 19: Condition
  • Leetcode 228. Summary Ranges
  • Java Multithreading 18: Unfair lock
MORE →

Categories

  • Data Structure and Algorithms
  • Java
  • Spring Cloud
  • how-to-guide

Tag Cloud

Cron Expression Intellij Jackson Java 8 New Features Java Collections Leetcode - Array Leetcode - Backtracking Leetcode - Binary Search Leetcode - Bit Manipulation Leetcode - Breadth First Search Leetcode - Data Leetcode - Depth First Search Leetcode - Divde and Conquer Leetcode - Dynamic Programming Leetcode - Graph Leetcode - Greedy Leetcode - Hash Table Leetcode - Linked List Leetcode - Math Leetcode - Ordered Map Leetcode - Sliding Window Leetcode - Sort Leetcode - Stack Leetcode - String Leetcode - Topological Sort Leetcode - Tree Leetcode - Two Pointers Leetcode - Union Find Multithreading Stream API hexo
Nick Li © 2020
Hexo Casper