From 0 to 1, build spring cloud alibaba micro service large application framework (Mini cloud) and build authentication service (authentication / resource separation version) oauth2 0

Immediately above Build spring cloud alibaba microservice large application framework (II) (Mini cloud) creation project from 0 to 1 and build source code startup version nacos registry Today, let's talk in detail about how to build a certification center, that is, auth2 in the figure below 0 authentication service There are many aspects inv ...

Added by kevinridge on Tue, 18 Jan 2022 04:40:55 +0200

Spring cloud Alibaba sentinel realizes fusing and current limiting

In the previous article, we introduced sentinel, including installing sentinel console, initializing demonstrator and process flow control rules Next, learn the fusing rules, hotspot key current limiting, system rules, @ SentinelResource annotation, service fusing function and rule persistence. Fusing rules Official introduction Basic introd ...

Added by NuLL[PL] on Mon, 17 Jan 2022 23:52:38 +0200

SpringCloud -- Config and Bus parsing

1,Config 1.1 overview 1. Problems faced by distributed Microservice means to split the business in a single application into one sub service. The granularity of each service is relatively small, so there will be a large number of services in the system. Because each service needs the necessary configuration information to run, a centrali ...

Added by reyes99 on Mon, 17 Jan 2022 22:47:39 +0200

Record the operation process of configuring the nacos registry with spring cloud 2.2.7

Record the operation process of configuring the nacos registry with spring cloud 2.2.7 1. Import pom dependency <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-alibaba-dependencies</artifactId> <version>2.2.7.RELEASE</version> <type>pom</type> ...

Added by aaadispatch on Mon, 17 Jan 2022 17:46:45 +0200

Manual refresh of Config unified configuration center

preface In the last article 10. Config of microservice global configuration center In, we implemented the unified configuration center. However, there is a problem: in the actual development, the configuration file of the project needs to change frequently. At this time, we need to restart the nodes (clients) in the microservice one by one ...

Added by jeffwhite on Mon, 17 Jan 2022 03:56:03 +0200

Spring cloud alibaba -- environment construction

catalogue 1. Operating environment 2. Use ieda to build the project 2.1 create parent project 2.2 creating subproject works 2.3 two subprojects call each other 1. Operating environment (1)jdk 1.8+ (2)maven 3.2.x+ 2. Use ieda to build the project 2.1 create parent project (1) First, create a parent project to manage sub projects and ...

Added by madsporkmurderer on Sun, 16 Jan 2022 20:04:33 +0200

[Spring Cloud Gateway] learning notes

1, Introduction Zuul 2. In May 2019, Netflix finally opened the zuul 2.0 version that supports asynchronous call mode, which can be said to be called for thousands of times. But Spring Cloud no longer integrates zuul2 X, then it's time to learn about Spring Cloud Gateway Spring Cloud Gateway is an API gateway built on the spring ecosystem ...

Added by Heavy on Sun, 16 Jan 2022 10:44:04 +0200

Some problems and solutions encountered in the initial experience of internationalization of spring cloud & react project

background Recently, possible foreign customers have appeared in the project in charge, so the system should be internationalized in order to develop the international market. After all, making dollars is fun. The front end of the project is separated from the front end. The front end is developed based on React, and the back end is spring clo ...

Added by mhenke on Sun, 16 Jan 2022 04:33:20 +0200

[Spring special session] practice guide for Gateway whole process development of "Spring cloud" microservice Gateway service (2.2.X)

Development guidelines and instructions This practice is mainly in version 2.2.0 Build on build-snapshot, which provides an API gateway built on the Spring ecosystem. Introduction to Spring Cloud Gateway The goal of Spring Cloud Gateway is to route to the API in a simple and effective way, and provide some crosscutting concerns, such as secu ...

Added by irvieto on Sat, 15 Jan 2022 23:01:59 +0200

spring cloud alibaba (get started after reading)

Zero. Premise of use Create an aggregation project in which each module is an independent springboot project The springcloud version should correspond to the springboot version, otherwise an error will be reported 1, Introduction to components used assemblyeffectnacosRegistry (service registration and discovery), configuration cen ...

Added by devsanctum on Sat, 15 Jan 2022 14:05:00 +0200