spring-boot Quick Start Learning Notes-Integrated JPA mybatis rabbitmq mongodb redis
image.png
For communication or more, please pay attention to my public number: nezha_blog
My technology blog: https://nezha.github.io
Wechat Public Number
1. Spring Book Learning Notes - Full Annotation
Spring Boot and Spring Cloud
2. Prigboot Chinese Help Document
Chinese Translation of Spring Boot Reference Guide Explanation ...
Posted by rashmi_k28 on Tue, 25 Dec 2018 00:21:06 -0800
Spring Boot Series 13 Spring Boot Integration RabbitMQ
1. overview
Before I had A series of articles on RabbitMQ This article introduces the use of RabbitMQ, and how to integrate RabbitMQ in Spring Boot. The main contents of this paper are as follows:
demo of two ways of sending and receiving messages in Springboot
Configuration uses MessageConverter to serialize messages
2. In ...
Posted by rlgriffo on Sun, 23 Dec 2018 01:45:06 -0800
spring rabbit mq enables publisher confirm
Acknowledgement mechanism
When a producer sends a message, one thing to consider is whether the message has been successfully submitted and whether it has reached the queue. This judgment of AMQP protocol itself has also been designed for this purpose, using the transaction mechanism. However, transaction mechanism has two shortcomings:
slow ...
Posted by msing on Fri, 14 Dec 2018 19:48:04 -0800
Java development technology (3) E-commerce project optimization, rabbitmq, Git, OSI, VIM, Intellj IDEA, HTTP, JS, Java
Preface
Recently, the company let me maintain Spring+Servlet+Hibernate+Spring Security+Jsp old projects, just to exercise my business logic and project control ability. Although the project is very old, there are still many places worth learning.
E-commerce project optimization
1. Our main optimizations are the second kill interf ...
Posted by szalinski on Wed, 12 Dec 2018 03:57:06 -0800