SpringCloud microservice practice -- building an enterprise level development framework: design and implementation of microservice logging system
according to the business requirements that business developers usually face, we divide the log into operation (request) log and system operation log. The operation (request) log allows administrators or operators to easily query and track the specific operations of users in the system interface, so as to analyze and count user beh ...
Posted by drayfuss on Fri, 18 Feb 2022 11:32:54 +0100
Microservices have everything from code to k8s deployment series (VIII. Various queues)
We will use a series to explain the complete practice of microservices from requirements to online, from code to k8s deployment, from logging to monitoring.
The whole project uses the micro services developed by go zero, which basically includes go zero and some middleware developed by relevant go zero authors. The technology stack used is basi ...
Posted by nikko50 on Wed, 16 Feb 2022 04:43:35 +0100
How can RocketMQ of "springcloud 2021 series" quickly implement the micro service message mechanism
Introduction to RocketMQ
For detailed explanation, you can view the following documents: rocketmq Basics
RocketMQ It is an open source distributed messaging system, based on high availability distributed cluster technology, which provides low latency and highly reliable message publishing and subscription services. At the same time, it is wid ...
Posted by lauxanh on Tue, 15 Feb 2022 05:06:41 +0100
"springcloud 2021 series" Spring Cloud Gateway + OAuth2 + JWT realize unified authentication and authentication
Carry out unified authentication through authentication service, and then verify authentication and authentication through gateway.
Nacos will be used as the registration center, Gateway as the Gateway, and nimbus Jose JWT JWT library will be used to operate JWT tokens
Theoretical introduction
Spring Security is powerful and easy to ...
Posted by chrisranjana on Tue, 15 Feb 2022 01:35:40 +0100
SpringBoot integrates Prometheus to realize application monitoring
1. Introduction to micrometer
Micrometer provides a general API for performance data collection on the Java platform. Applications only need to use the general API of micrometer to collect performance indicators. Micrometer will be responsible for completing the adaptation with different monitoring systems. This makes it easy to switch the mon ...
Posted by SteveMellor on Mon, 14 Feb 2022 11:18:24 +0100
Microservices have everything from code to k8s deployment (v. home stay service)
We will use a series to explain the complete practice of microservices from requirements to online, from code to k8s deployment, from logging to monitoring.
The whole project uses the micro services developed by go zero, which basically includes go zero and some middleware developed by relevant go zero authors. The technology stack used is basi ...
Posted by herando on Mon, 14 Feb 2022 10:30:27 +0100
"springcloud 2021 series" Seata completely solves the problem of distributed transactions
Distributed transaction
Monomer application
In a single application, a business operation needs to call three modules to complete. At this time, the consistency of data is guaranteed by local transactions.
Microservice application
With the change of business requirements, individual applications are divided into micro service applications ...
Posted by ksukat on Mon, 14 Feb 2022 05:10:22 +0100
35 spring MVC (Introduction to ssm and microservices, temporary)
1. Spring MVC overview
1.1 spring MVC concept
Spring MVC is also called Spring web mvc. Spring is a built-in MVC framework in spring 3 Publish after 0. Spring MVC framework solves the common problems in WEB Development (parameter receiving, file uploading, form verification, etc.), and it is simple to use and has nothing to do with spring Sea ...
Posted by shelbytll on Mon, 14 Feb 2022 02:43:06 +0100
I Build a simple microservice project
I Build a simple microservice project
1. Evolution from monomer architecture to microservice architecture
The single architecture we first came into contact with has only one project for the whole system. The packaging is often made into a war package and then deployed to a single tomcat. This is the single architecture, as shown in the figur ...
Posted by NathanLedet on Sun, 13 Feb 2022 14:16:56 +0100
Grain College - project construction
1, Project module introduction and database design
1. Engineering structure
2. Module introduction
Guli parent: online teaching root directory (parent project), managing four sub modules
Canal client: canal database table synchronization module (statistical synchronization data)Common: parent node of common module
Common util: ...
Posted by kb9yjg on Sat, 12 Feb 2022 00:08:57 +0100