Developers must have Mysql commands
SpringBoot e-commerce project mall (20k+star) address: https://github.com/macrozheng/mall
abstract
Developers must have common Mysql commands, including data definition statements, data manipulation statements and data control statements, based on Mysql 5.7.
Data Definition Statement (DDL)
Database operation
Log in to the database:
mysql -uroo ...
Posted by basil on Sat, 07 Sep 2019 00:02:20 -0700
SprBoot Embedded Servlet Container Automatic Configuration Principle
1. Automatic Configuration Principle of Embedded Servlet Container
Embedded Servlet Container AutoConfiguration: Automatic Configuration of Embedded Servlet Containers
@AutoConfigureOrder(Ordered.HIGHEST_PRECEDENCE)
@Configuration
@ConditionalOnWeb ...
Posted by zerogreen on Thu, 05 Sep 2019 22:51:26 -0700
Optimizing Batch Commodity Data Query Interface Based on request cache Request Caching Technology One Point Classroom (Multi-shore College)
Optimization of batch commodity data query interface based on request cache request caching technology
The third step in the eight steps of Hystrix command execution is to check whether the Request cache has a cache.
First, there is a concept calle ...
Posted by ericwright17 on Wed, 04 Sep 2019 21:58:59 -0700
SpringBook Project: Introduction
I. Brief Introduction
SpringBoot is designed to simplify Spring's application development. It adopts the idea that convention is greater than configuration, simplifies the complexity and integrates the Spring technology stack, so that developers ...
Posted by anthill on Wed, 04 Sep 2019 19:14:02 -0700
SpringBoot2 integrates FastDFS middleware for distributed file management
Source code for this article: GitHub. Click here || GitEE. Click here
1. Introduction to FastDFS
1. Function of FastDFS
FastDFS is an open source, lightweight, distributed file system that manages files, including file storage, file synchronization, file upload, file download, and so on. It solves the problems of mass storage and load balancin ...
Posted by faraco on Mon, 02 Sep 2019 17:35:44 -0700
mall Integrates RabbitMQ to Implement Delay Messages
SpringBoot e-commerce project mall (20k+star) address: https://github.com/macrozheng/mall
abstract
This article mainly explains the process of mall integrating RabbitMQ to implement delay message, taking sending delay message to cancel timeout order as an example.
Project Usage Framework Introduction
RabbitMQ
RabbitMQ is a widely used open sou ...
Posted by v4g on Mon, 02 Sep 2019 09:17:33 -0700
Several ways to quickly read file contents in SpringBoot
Introduction: In a SpringBoot-built project, in some cases, you need to read some file contents on your own. How can you read the file contents in a quick and easy way?(
Read based on ApplicationContext
How to get an ApplicationContext refe ...
Posted by rolajaz on Sun, 01 Sep 2019 19:17:22 -0700
Exploration of SpringBoot Read Configuration File Source
1. SpringBook Read Configuration File Source Exploration
1.1. Overview
Springboot's source code is wrapped in the original Spring source code. Looking at the Spring source code, we all know that when we enter from debug, the original Spring source code is concentrated in refreshContext method. The main running steps of SpringBoot are basically ...
Posted by abigail on Fri, 30 Aug 2019 03:41:21 -0700
Handwritten MyBatis, Creating an Open Source Framework by Hand (Part 4: Winning a Triumph) - Article 272
Links to the original text: https://mp.weixin.qq.com/s?__biz=MzA4ODIyMzEwMg==&mid=2447534090&idx=1&sn=3ca3117710bfccb10e7ba9b5cee86ab9&chksm=843bb41bb34c3d0dbe0eefea2877882bef2e43df76335f0a1fe7f46d8bfacdc99034498ab5f8&token=1895825389&lang=zh_CN#rd
...
Posted by manmadareddy on Thu, 29 Aug 2019 02:33:58 -0700
NestJs Learning Tour-Pipeline
Welcome to NestJs Learning Tour Series
The Conduit
Partners familiar with Linux commands should be familiar with "pipe operators".
ls -la | grep demo
"|" is the pipe operator, which passes the output of the left command as input to the right command and supports cascading, so that complex commands can be alternated by the p ...
Posted by avvllvva on Wed, 28 Aug 2019 00:02:36 -0700