Common techniques for practical projects

Foreword

In the development environment, for a little white, every technology or framework that has been encountered or heard needs to be studied hard to improve the breadth of his knowledge. The depth is used to study for himself. , So I plan to use the blog post as a notepad to slowly record every technique I hear and ask.

Technology Stack

Springfox-swagger

Swagger is the world's largest OpenAPI specification (OAS) API development tool framework, supporting the development of the entire API lifecycle from design and documentation to testing and deployment.

datadog

Datadog is a monitoring service for cloud-scale applications. It can monitor servers, databases, tools, and services through a SaaS-based data analysis platform.

ELK

This is not a technology! These are three (Logstash + Elasticsearch + Kibana), there is a related technical blog post below

https://www.cnblogs.com/kevingrace/p/5919021.html

JWT(JSON WEB TOKEN)

The JWT statement is generally used to pass the authenticated user identity information between the identity provider and the service provider, so as to obtain resources from the resource server, and can also add some additional statement information necessary for other business logic. Can be used directly for authentication or can be encrypted.
In the first part we call it the header, in the second part we call it the payload (similar to the items carried on the plane), and in the third part the visa.

Continuously updated. . .

Guess you like

Origin www.cnblogs.com/Anxc/p/12749633.html